Shades of Ocean Green #48B281
Tints of Ocean Green #48B281
RGB
CMYK
RGB Variations
Color information
#48B281 (or 0x48B281) is known color: Ocean Green. HEX triplet: 48, B2 and 81. RGB value is (72,178,129). Sum of RGB (Red+Green+Blue) = 72+178+129=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #48B281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B281 is #B74D7E. Grayscale: #8C8C8C. Windows color (decimal): -12012927 or 8499784. OLE color: 8499784.
HSL color Cylindrical-coordinate representation of color #48B281: hue angle of 152.26º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B281 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 129 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.30 |
| HSL | 152.26º | 0.42% | 0.49% | - |
| HSV(B) | 152.26º | 0.6% | 0.7% | - |
| XYZ | 22.56 | 34.8 | 26.3 | - |
| YUV | 140.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 129 | 0.60 | 0 | 0.28 | 0.30 | 152.26 | 0.42 | 0.49 |
| Hex | 48 | B2 | 81 | 3C | 0 | 1C | 1E | 98 | 2A | 31 |
| Octal | 110 | 262 | 201 | 74 | 0 | 34 | 36 | 230 | 52 | 61 |
| Binary | 1001000 | 10110010 | 10000001 | 111100 | 0 | 11100 | 11110 | 10011000 | 101010 | 110001 |
Color Harmonies of #48B281
Complementary color
Monochromatic Colors of #48B281
Black with #48B281
Text Example
Text Example
White with #48B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B281; }
p { color: rgb(72,178,129); }
H1.HeaderClassName
{
color: #48B281;
}
.AnyTagClassName
{
color: #48B281;
}
</style>
background-color css
<style>
a { background-color: #48B281; }
a { background-color: rgb(72,178,129); }
div.DivClassName
{
background-color: #48B281;
}
.BgClassName
{
background-color: #48B281;
}
</style>
border-color css
<style>
span { border-color: #48B281; }
span { border-color: rgb(72,178,129); }
td.TdClassName
{
border-color: #48B281;
}
.TagClassName
{
border-color: #48B281;
}
</style>