Shades of Ocean Green #489870
Tints of Ocean Green #489870
RGB
CMYK
RGB Variations
Color information
#489870 (or 0x489870) is known color: Ocean Green. HEX triplet: 48, 98 and 70. RGB value is (72,152,112). Sum of RGB (Red+Green+Blue) = 72+152+112=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #489870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489870 is #B7678F. Grayscale: #7B7B7B. Windows color (decimal): -12019600 or 7379016. OLE color: 7379016.
HSL color Cylindrical-coordinate representation of color #489870: hue angle of 150º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489870 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 152 | 112 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.40 |
| HSL | 150º | 0.36% | 0.44% | - |
| HSV(B) | 150º | 0.53% | 0.6% | - |
| XYZ | 16.83 | 25 | 19.27 | - |
| YUV | 123.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 152 | 112 | 0.53 | 0 | 0.26 | 0.40 | 150 | 0.36 | 0.44 |
| Hex | 48 | 98 | 70 | 35 | 0 | 1A | 28 | 96 | 24 | 2C |
| Octal | 110 | 230 | 160 | 65 | 0 | 32 | 50 | 226 | 44 | 54 |
| Binary | 1001000 | 10011000 | 1110000 | 110101 | 0 | 11010 | 101000 | 10010110 | 100100 | 101100 |
Color Harmonies of #489870
Complementary color
Monochromatic Colors of #489870
Black with #489870
Text Example
Text Example
White with #489870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489870; }
p { color: rgb(72,152,112); }
H1.HeaderClassName
{
color: #489870;
}
.AnyTagClassName
{
color: #489870;
}
</style>
background-color css
<style>
a { background-color: #489870; }
a { background-color: rgb(72,152,112); }
div.DivClassName
{
background-color: #489870;
}
.BgClassName
{
background-color: #489870;
}
</style>
border-color css
<style>
span { border-color: #489870; }
span { border-color: rgb(72,152,112); }
td.TdClassName
{
border-color: #489870;
}
.TagClassName
{
border-color: #489870;
}
</style>