#42A373

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

Shades of Ocean Green #42A373

Tints of Ocean Green #42A373

Color information

#42A373 (or 0x42A373) is unknown color: approx Ocean Green. HEX triplet: 42, A3 and 73. RGB value is (66,163,115). Sum of RGB (Red+Green+Blue) = 66+163+115=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #42A373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A373 is #BD5C8C. Grayscale: #808080. Windows color (decimal): -12409997 or 7578434. OLE color: 7578434.

HSL color Cylindrical-coordinate representation of color #42A373: hue angle of 150.31º 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 #42A373 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB66163115-
CMYK0.6000.290.36
HSL150.31º42.36%44.9%-
HSV(B)150.31º59.51%63.92%-
XYZ18.4428.5920.77-
YUV128.52120.3683.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 163 (64.06% from 255) = 47.38%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=19.19%
G=47.38%
B=33.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661631150.6000.290.36150.3142.3644.9
Hex42A3733C01D24962a2d
Octal10224316374035442265255
Binary100001010100011111001111110001110110010010010110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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