#42A970

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

Shades of Ocean Green #42A970

Tints of Ocean Green #42A970

Color information

#42A970 (or 0x42A970) is unknown color: approx Ocean Green. HEX triplet: 42, A9 and 70. RGB value is (66,169,112). Sum of RGB (Red+Green+Blue) = 66+169+112=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #42A970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A970 is #BD568F. Grayscale: #838383. Windows color (decimal): -12408464 or 7383362. OLE color: 7383362.

HSL color Cylindrical-coordinate representation of color #42A970: hue angle of 146.8º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A970 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB66169112-
CMYK0.6100.340.34
HSL146.8º43.83%46.08%-
HSV(B)146.8º60.95%66.27%-
XYZ19.3630.720.24-
YUV131.7116.8881.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=19.02%
G=48.70%
B=32.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal661691120.6100.340.34146.843.8346.08
Hex42A9703D02222932c2e
Octal10225116075042422235456
Binary1000010101010011110000111101010001010001010010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,169,112); }

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

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

 a { background-color: rgb(66,169,112); }

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

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

 span { border-color: rgb(66,169,112); }

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