Shades of Ocean Green #42A36B
Tints of Ocean Green #42A36B
RGB
CMYK
RGB Variations
Color information
#42A36B (or 0x42A36B) is known color: Ocean Green. HEX triplet: 42, A3 and 6B. RGB value is (66,163,107). Sum of RGB (Red+Green+Blue) = 66+163+107=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #42A36B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A36B is #BD5C94. Grayscale: #7F7F7F. Windows color (decimal): -12410005 or 7054146. OLE color: 7054146.
HSL color Cylindrical-coordinate representation of color #42A36B: hue angle of 145.36º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A36B is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 163 | 107 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.36 |
| HSL | 145.36º | 0.42% | 0.45% | - |
| HSV(B) | 145.36º | 0.6% | 0.64% | - |
| XYZ | 18 | 28.41 | 18.45 | - |
| YUV | 127.61 | 116.36 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 163 | 107 | 0.60 | 0 | 0.34 | 0.36 | 145.36 | 0.42 | 0.45 |
| Hex | 42 | A3 | 6B | 3C | 0 | 22 | 24 | 91 | 2A | 2D |
| Octal | 102 | 243 | 153 | 74 | 0 | 42 | 44 | 221 | 52 | 55 |
| Binary | 1000010 | 10100011 | 1101011 | 111100 | 0 | 100010 | 100100 | 10010001 | 101010 | 101101 |
Color Harmonies of #42A36B
Complementary color
Monochromatic Colors of #42A36B
Black with #42A36B
Text Example
Text Example
White with #42A36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A36B; }
p { color: rgb(66,163,107); }
H1.HeaderClassName
{
color: #42A36B;
}
.AnyTagClassName
{
color: #42A36B;
}
</style>
background-color css
<style>
a { background-color: #42A36B; }
a { background-color: rgb(66,163,107); }
div.DivClassName
{
background-color: #42A36B;
}
.BgClassName
{
background-color: #42A36B;
}
</style>
border-color css
<style>
span { border-color: #42A36B; }
span { border-color: rgb(66,163,107); }
td.TdClassName
{
border-color: #42A36B;
}
.TagClassName
{
border-color: #42A36B;
}
</style>