Shades of Ocean Green #429D72
Tints of Ocean Green #429D72
RGB
CMYK
RGB Variations
Color information
#429D72 (or 0x429D72) is known color: Ocean Green. HEX triplet: 42, 9D and 72. RGB value is (66,157,114). Sum of RGB (Red+Green+Blue) = 66+157+114=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #429D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D72 is #BD628D. Grayscale: #7C7C7C. Windows color (decimal): -12411534 or 7511362. OLE color: 7511362.
HSL color Cylindrical-coordinate representation of color #429D72: hue angle of 151.65º 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 #429D72 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 114 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.38 |
| HSL | 151.65º | 0.41% | 0.44% | - |
| HSV(B) | 151.65º | 0.58% | 0.62% | - |
| XYZ | 17.34 | 26.49 | 20.12 | - |
| YUV | 124.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 114 | 0.58 | 0 | 0.27 | 0.38 | 151.65 | 0.41 | 0.44 |
| Hex | 42 | 9D | 72 | 3A | 0 | 1B | 26 | 98 | 29 | 2C |
| Octal | 102 | 235 | 162 | 72 | 0 | 33 | 46 | 230 | 51 | 54 |
| Binary | 1000010 | 10011101 | 1110010 | 111010 | 0 | 11011 | 100110 | 10011000 | 101001 | 101100 |
Color Harmonies of #429D72
Complementary color
Monochromatic Colors of #429D72
Black with #429D72
Text Example
Text Example
White with #429D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D72; }
p { color: rgb(66,157,114); }
H1.HeaderClassName
{
color: #429D72;
}
.AnyTagClassName
{
color: #429D72;
}
</style>
background-color css
<style>
a { background-color: #429D72; }
a { background-color: rgb(66,157,114); }
div.DivClassName
{
background-color: #429D72;
}
.BgClassName
{
background-color: #429D72;
}
</style>
border-color css
<style>
span { border-color: #429D72; }
span { border-color: rgb(66,157,114); }
td.TdClassName
{
border-color: #429D72;
}
.TagClassName
{
border-color: #429D72;
}
</style>