#42A371

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

Shades of Ocean Green #42A371

Tints of Ocean Green #42A371

Color information

#42A371 (or 0x42A371) is unknown color: approx Ocean Green. HEX triplet: 42, A3 and 71. RGB value is (66,163,113). Sum of RGB (Red+Green+Blue) = 66+163+113=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #42A371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A371 is #BD5C8E. Grayscale: #808080. Windows color (decimal): -12409999 or 7447362. OLE color: 7447362.

HSL color Cylindrical-coordinate representation of color #42A371: hue angle of 149.07º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A371 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB66163113-
CMYK0.6000.310.36
HSL149.07º42.36%44.9%-
HSV(B)149.07º59.51%63.92%-
XYZ18.3228.5420.17-
YUV128.3119.3683.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 163 (64.06% from 255) = 47.66%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=19.30%
G=47.66%
B=33.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661631130.6000.310.36149.0742.3644.9
Hex42A3713C01F24952a2d
Octal10224316174037442255255
Binary100001010100011111000111110001111110010010010101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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