#42A771

Color #42A771 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #42A771

Tints of Ocean Green #42A771

Color information

#42A771 (or 0x42A771) is unknown color: approx Ocean Green. HEX triplet: 42, A7 and 71. RGB value is (66,167,113). Sum of RGB (Red+Green+Blue) = 66+167+113=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #42A771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A771 is #BD588E. Grayscale: #828282. Windows color (decimal): -12408975 or 7448386. OLE color: 7448386.

HSL color Cylindrical-coordinate representation of color #42A771: hue angle of 147.92º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A771 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB66167113-
CMYK0.6000.320.35
HSL147.92º43.35%45.69%-
HSV(B)147.92º60.48%65.49%-
XYZ19.0529.9920.41-
YUV130.64118.0481.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 167 (65.62% from 255) = 48.27%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=19.08%
G=48.27%
B=32.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661671130.6000.320.35147.9243.3545.69
Hex42A7713C02023942b2e
Octal10224716174040432245356
Binary1000010101001111110001111100010000010001110010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A771; }

 p { color: rgb(66,167,113); }

 H1.HeaderClassName
 {
   color: #42A771;
 }
 .AnyTagClassName
 {
   color: #42A771;
 }
</style>
background-color css

<style>
 a { background-color: #42A771; }

 a { background-color: rgb(66,167,113); }

 div.DivClassName
 {
   background-color: #42A771;
 }
 .BgClassName
 {
   background-color: #42A771;
 }
</style>
border-color css

<style>
 span { border-color: #42A771; }

 span { border-color: rgb(66,167,113); }

 td.TdClassName
 {
   border-color: #42A771;
 }
 .TagClassName
 {
   border-color: #42A771;
 }
</style>