Shades of Ocean Green #429972
Tints of Ocean Green #429972
RGB
CMYK
RGB Variations
Color information
#429972 (or 0x429972) is known color: Ocean Green. HEX triplet: 42, 99 and 72. RGB value is (66,153,114). Sum of RGB (Red+Green+Blue) = 66+153+114=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #429972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429972 is #BD668D. Grayscale: #7A7A7A. Windows color (decimal): -12412558 or 7510338. OLE color: 7510338.
HSL color Cylindrical-coordinate representation of color #429972: hue angle of 153.1º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429972 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 114 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.4 |
| HSL | 153.1º | 0.4% | 0.43% | - |
| HSV(B) | 153.1º | 0.57% | 0.6% | - |
| XYZ | 16.68 | 25.16 | 19.9 | - |
| YUV | 122.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 114 | 0.57 | 0 | 0.25 | 0.4 | 153.1 | 0.4 | 0.43 |
| Hex | 42 | 99 | 72 | 39 | 0 | 19 | 28 | 99 | 28 | 2B |
| Octal | 102 | 231 | 162 | 71 | 0 | 31 | 50 | 231 | 50 | 53 |
| Binary | 1000010 | 10011001 | 1110010 | 111001 | 0 | 11001 | 101000 | 10011001 | 101000 | 101011 |
Color Harmonies of #429972
Complementary color
Monochromatic Colors of #429972
Black with #429972
Text Example
Text Example
White with #429972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429972; }
p { color: rgb(66,153,114); }
H1.HeaderClassName
{
color: #429972;
}
.AnyTagClassName
{
color: #429972;
}
</style>
background-color css
<style>
a { background-color: #429972; }
a { background-color: rgb(66,153,114); }
div.DivClassName
{
background-color: #429972;
}
.BgClassName
{
background-color: #429972;
}
</style>
border-color css
<style>
span { border-color: #429972; }
span { border-color: rgb(66,153,114); }
td.TdClassName
{
border-color: #429972;
}
.TagClassName
{
border-color: #429972;
}
</style>