#429E72

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

Shades of Ocean Green #429E72

Tints of Ocean Green #429E72

Color information

#429E72 (or 0x429E72) is unknown color: approx Ocean Green. HEX triplet: 42, 9E and 72. RGB value is (66,158,114). Sum of RGB (Red+Green+Blue) = 66+158+114=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #429E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E72 is #BD618D. Grayscale: #7D7D7D. Windows color (decimal): -12411278 or 7511618. OLE color: 7511618.

HSL color Cylindrical-coordinate representation of color #429E72: hue angle of 151.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429E72 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB66158114-
CMYK0.5800.280.38
HSL151.3º41.07%43.92%-
HSV(B)151.3º58.23%61.96%-
XYZ17.5126.8320.17-
YUV125.48121.5285.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 158 (62.11% from 255) = 46.75%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=19.53%
G=46.75%
B=33.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661581140.5800.280.38151.341.0743.92
Hex429E723A01C2697292c
Octal10223616272034462275154
Binary100001010011110111001011101001110010011010010111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429E72; }

 p { color: rgb(66,158,114); }

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

<style>
 a { background-color: #429E72; }

 a { background-color: rgb(66,158,114); }

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

<style>
 span { border-color: #429E72; }

 span { border-color: rgb(66,158,114); }

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