Shades of Ocean Green #4FA280
Tints of Ocean Green #4FA280
RGB
CMYK
RGB Variations
Color information
#4FA280 (or 0x4FA280) is known color: Ocean Green. HEX triplet: 4F, A2 and 80. RGB value is (79,162,128). Sum of RGB (Red+Green+Blue) = 79+162+128=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA280 is #B05D7F. Grayscale: #858585. Windows color (decimal): -11558272 or 8430159. OLE color: 8430159.
HSL color Cylindrical-coordinate representation of color #4FA280: hue angle of 155.42º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA280 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 128 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.36 |
| HSL | 155.42º | 0.34% | 0.47% | - |
| HSV(B) | 155.42º | 0.51% | 0.64% | - |
| XYZ | 20.04 | 29.06 | 24.98 | - |
| YUV | 133.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 128 | 0.51 | 0 | 0.21 | 0.36 | 155.42 | 0.34 | 0.47 |
| Hex | 4F | A2 | 80 | 33 | 0 | 15 | 24 | 9B | 22 | 2F |
| Octal | 117 | 242 | 200 | 63 | 0 | 25 | 44 | 233 | 42 | 57 |
| Binary | 1001111 | 10100010 | 10000000 | 110011 | 0 | 10101 | 100100 | 10011011 | 100010 | 101111 |
Color Harmonies of #4FA280
Complementary color
Monochromatic Colors of #4FA280
Black with #4FA280
Text Example
Text Example
White with #4FA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA280; }
p { color: rgb(79,162,128); }
H1.HeaderClassName
{
color: #4FA280;
}
.AnyTagClassName
{
color: #4FA280;
}
</style>
background-color css
<style>
a { background-color: #4FA280; }
a { background-color: rgb(79,162,128); }
div.DivClassName
{
background-color: #4FA280;
}
.BgClassName
{
background-color: #4FA280;
}
</style>
border-color css
<style>
span { border-color: #4FA280; }
span { border-color: rgb(79,162,128); }
td.TdClassName
{
border-color: #4FA280;
}
.TagClassName
{
border-color: #4FA280;
}
</style>