Shades of Ocean Green #3EA272
Tints of Ocean Green #3EA272
RGB
CMYK
RGB Variations
Color information
#3EA272 (or 0x3EA272) is known color: Ocean Green. HEX triplet: 3E, A2 and 72. RGB value is (62,162,114). Sum of RGB (Red+Green+Blue) = 62+162+114=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA272 is #C15D8D. Grayscale: #7E7E7E. Windows color (decimal): -12672398 or 7512638. OLE color: 7512638.
HSL color Cylindrical-coordinate representation of color #3EA272: hue angle of 151.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA272 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 162 | 114 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.36 |
| HSL | 151.2º | 0.45% | 0.44% | - |
| HSV(B) | 151.2º | 0.62% | 0.64% | - |
| XYZ | 17.94 | 28.08 | 20.39 | - |
| YUV | 126.63 | 120.87 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 162 | 114 | 0.62 | 0 | 0.30 | 0.36 | 151.2 | 0.45 | 0.44 |
| Hex | 3E | A2 | 72 | 3E | 0 | 1E | 24 | 97 | 2D | 2C |
| Octal | 76 | 242 | 162 | 76 | 0 | 36 | 44 | 227 | 55 | 54 |
| Binary | 111110 | 10100010 | 1110010 | 111110 | 0 | 11110 | 100100 | 10010111 | 101101 | 101100 |
Color Harmonies of #3EA272
Complementary color
Monochromatic Colors of #3EA272
Black with #3EA272
Text Example
Text Example
White with #3EA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA272; }
p { color: rgb(62,162,114); }
H1.HeaderClassName
{
color: #3EA272;
}
.AnyTagClassName
{
color: #3EA272;
}
</style>
background-color css
<style>
a { background-color: #3EA272; }
a { background-color: rgb(62,162,114); }
div.DivClassName
{
background-color: #3EA272;
}
.BgClassName
{
background-color: #3EA272;
}
</style>
border-color css
<style>
span { border-color: #3EA272; }
span { border-color: rgb(62,162,114); }
td.TdClassName
{
border-color: #3EA272;
}
.TagClassName
{
border-color: #3EA272;
}
</style>