Shades of Ocean Green #429A72
Tints of Ocean Green #429A72
RGB
CMYK
RGB Variations
Color information
#429A72 (or 0x429A72) is known color: Ocean Green. HEX triplet: 42, 9A and 72. RGB value is (66,154,114). Sum of RGB (Red+Green+Blue) = 66+154+114=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #429A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429A72 is #BD658D. Grayscale: #7B7B7B. Windows color (decimal): -12412302 or 7510594. OLE color: 7510594.
HSL color Cylindrical-coordinate representation of color #429A72: hue angle of 152.73º 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 #429A72 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 114 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.40 |
| HSL | 152.73º | 0.4% | 0.43% | - |
| HSV(B) | 152.73º | 0.57% | 0.6% | - |
| XYZ | 16.84 | 25.48 | 19.95 | - |
| YUV | 123.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 114 | 0.57 | 0 | 0.26 | 0.40 | 152.73 | 0.4 | 0.43 |
| Hex | 42 | 9A | 72 | 39 | 0 | 1A | 28 | 99 | 28 | 2B |
| Octal | 102 | 232 | 162 | 71 | 0 | 32 | 50 | 231 | 50 | 53 |
| Binary | 1000010 | 10011010 | 1110010 | 111001 | 0 | 11010 | 101000 | 10011001 | 101000 | 101011 |
Color Harmonies of #429A72
Complementary color
Monochromatic Colors of #429A72
Black with #429A72
Text Example
Text Example
White with #429A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A72; }
p { color: rgb(66,154,114); }
H1.HeaderClassName
{
color: #429A72;
}
.AnyTagClassName
{
color: #429A72;
}
</style>
background-color css
<style>
a { background-color: #429A72; }
a { background-color: rgb(66,154,114); }
div.DivClassName
{
background-color: #429A72;
}
.BgClassName
{
background-color: #429A72;
}
</style>
border-color css
<style>
span { border-color: #429A72; }
span { border-color: rgb(66,154,114); }
td.TdClassName
{
border-color: #429A72;
}
.TagClassName
{
border-color: #429A72;
}
</style>