Shades of Ocean Green #48A278
Tints of Ocean Green #48A278
RGB
CMYK
RGB Variations
Color information
#48A278 (or 0x48A278) is known color: Ocean Green. HEX triplet: 48, A2 and 78. RGB value is (72,162,120). Sum of RGB (Red+Green+Blue) = 72+162+120=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #48A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A278 is #B75D87. Grayscale: #828282. Windows color (decimal): -12017032 or 7905864. OLE color: 7905864.
HSL color Cylindrical-coordinate representation of color #48A278: hue angle of 152º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A278 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 120 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.36 |
| HSL | 152º | 0.38% | 0.46% | - |
| HSV(B) | 152º | 0.56% | 0.64% | - |
| XYZ | 18.98 | 28.57 | 22.28 | - |
| YUV | 130.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 120 | 0.56 | 0 | 0.26 | 0.36 | 152 | 0.38 | 0.46 |
| Hex | 48 | A2 | 78 | 38 | 0 | 1A | 24 | 98 | 26 | 2E |
| Octal | 110 | 242 | 170 | 70 | 0 | 32 | 44 | 230 | 46 | 56 |
| Binary | 1001000 | 10100010 | 1111000 | 111000 | 0 | 11010 | 100100 | 10011000 | 100110 | 101110 |
Color Harmonies of #48A278
Complementary color
Monochromatic Colors of #48A278
Black with #48A278
Text Example
Text Example
White with #48A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A278; }
p { color: rgb(72,162,120); }
H1.HeaderClassName
{
color: #48A278;
}
.AnyTagClassName
{
color: #48A278;
}
</style>
background-color css
<style>
a { background-color: #48A278; }
a { background-color: rgb(72,162,120); }
div.DivClassName
{
background-color: #48A278;
}
.BgClassName
{
background-color: #48A278;
}
</style>
border-color css
<style>
span { border-color: #48A278; }
span { border-color: rgb(72,162,120); }
td.TdClassName
{
border-color: #48A278;
}
.TagClassName
{
border-color: #48A278;
}
</style>