Shades of Ocean Green #42986F
Tints of Ocean Green #42986F
RGB
CMYK
RGB Variations
Color information
#42986F (or 0x42986F) is known color: Ocean Green. HEX triplet: 42, 98 and 6F. RGB value is (66,152,111). Sum of RGB (Red+Green+Blue) = 66+152+111=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #42986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42986F is #BD6790. Grayscale: #797979. Windows color (decimal): -12412817 or 7313474. OLE color: 7313474.
HSL color Cylindrical-coordinate representation of color #42986F: hue angle of 151.4º degrees, saturation: 0.39, 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 #42986F is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 111 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.40 |
| HSL | 151.4º | 0.39% | 0.43% | - |
| HSV(B) | 151.4º | 0.57% | 0.6% | - |
| XYZ | 16.34 | 24.76 | 18.96 | - |
| YUV | 121.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 111 | 0.57 | 0 | 0.27 | 0.40 | 151.4 | 0.39 | 0.43 |
| Hex | 42 | 98 | 6F | 39 | 0 | 1B | 28 | 97 | 27 | 2B |
| Octal | 102 | 230 | 157 | 71 | 0 | 33 | 50 | 227 | 47 | 53 |
| Binary | 1000010 | 10011000 | 1101111 | 111001 | 0 | 11011 | 101000 | 10010111 | 100111 | 101011 |
Color Harmonies of #42986F
Complementary color
Monochromatic Colors of #42986F
Black with #42986F
Text Example
Text Example
White with #42986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42986F; }
p { color: rgb(66,152,111); }
H1.HeaderClassName
{
color: #42986F;
}
.AnyTagClassName
{
color: #42986F;
}
</style>
background-color css
<style>
a { background-color: #42986F; }
a { background-color: rgb(66,152,111); }
div.DivClassName
{
background-color: #42986F;
}
.BgClassName
{
background-color: #42986F;
}
</style>
border-color css
<style>
span { border-color: #42986F; }
span { border-color: rgb(66,152,111); }
td.TdClassName
{
border-color: #42986F;
}
.TagClassName
{
border-color: #42986F;
}
</style>