Shades of Ocean Green #429D6C
Tints of Ocean Green #429D6C
RGB
CMYK
RGB Variations
Color information
#429D6C (or 0x429D6C) is known color: Ocean Green. HEX triplet: 42, 9D and 6C. RGB value is (66,157,108). Sum of RGB (Red+Green+Blue) = 66+157+108=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #429D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D6C is #BD6293. Grayscale: #7C7C7C. Windows color (decimal): -12411540 or 7118146. OLE color: 7118146.
HSL color Cylindrical-coordinate representation of color #429D6C: hue angle of 147.69º 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 #429D6C is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 108 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.38 |
| HSL | 147.69º | 0.41% | 0.44% | - |
| HSV(B) | 147.69º | 0.58% | 0.62% | - |
| XYZ | 17.01 | 26.35 | 18.38 | - |
| YUV | 124.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 108 | 0.58 | 0 | 0.31 | 0.38 | 147.69 | 0.41 | 0.44 |
| Hex | 42 | 9D | 6C | 3A | 0 | 1F | 26 | 94 | 29 | 2C |
| Octal | 102 | 235 | 154 | 72 | 0 | 37 | 46 | 224 | 51 | 54 |
| Binary | 1000010 | 10011101 | 1101100 | 111010 | 0 | 11111 | 100110 | 10010100 | 101001 | 101100 |
Color Harmonies of #429D6C
Complementary color
Monochromatic Colors of #429D6C
Black with #429D6C
Text Example
Text Example
White with #429D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D6C; }
p { color: rgb(66,157,108); }
H1.HeaderClassName
{
color: #429D6C;
}
.AnyTagClassName
{
color: #429D6C;
}
</style>
background-color css
<style>
a { background-color: #429D6C; }
a { background-color: rgb(66,157,108); }
div.DivClassName
{
background-color: #429D6C;
}
.BgClassName
{
background-color: #429D6C;
}
</style>
border-color css
<style>
span { border-color: #429D6C; }
span { border-color: rgb(66,157,108); }
td.TdClassName
{
border-color: #429D6C;
}
.TagClassName
{
border-color: #429D6C;
}
</style>