Shades of Ocean Green #48B283
Tints of Ocean Green #48B283
RGB
CMYK
RGB Variations
Color information
#48B283 (or 0x48B283) is known color: Ocean Green. HEX triplet: 48, B2 and 83. RGB value is (72,178,131). Sum of RGB (Red+Green+Blue) = 72+178+131=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #48B283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B283 is #B74D7C. Grayscale: #8D8D8D. Windows color (decimal): -12012925 or 8630856. OLE color: 8630856.
HSL color Cylindrical-coordinate representation of color #48B283: hue angle of 153.4º 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 #48B283 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 131 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.30 |
| HSL | 153.4º | 0.42% | 0.49% | - |
| HSV(B) | 153.4º | 0.6% | 0.7% | - |
| XYZ | 22.69 | 34.86 | 27 | - |
| YUV | 140.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 131 | 0.60 | 0 | 0.26 | 0.30 | 153.4 | 0.42 | 0.49 |
| Hex | 48 | B2 | 83 | 3C | 0 | 1A | 1E | 99 | 2A | 31 |
| Octal | 110 | 262 | 203 | 74 | 0 | 32 | 36 | 231 | 52 | 61 |
| Binary | 1001000 | 10110010 | 10000011 | 111100 | 0 | 11010 | 11110 | 10011001 | 101010 | 110001 |
Color Harmonies of #48B283
Complementary color
Monochromatic Colors of #48B283
Black with #48B283
Text Example
Text Example
White with #48B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B283; }
p { color: rgb(72,178,131); }
H1.HeaderClassName
{
color: #48B283;
}
.AnyTagClassName
{
color: #48B283;
}
</style>
background-color css
<style>
a { background-color: #48B283; }
a { background-color: rgb(72,178,131); }
div.DivClassName
{
background-color: #48B283;
}
.BgClassName
{
background-color: #48B283;
}
</style>
border-color css
<style>
span { border-color: #48B283; }
span { border-color: rgb(72,178,131); }
td.TdClassName
{
border-color: #48B283;
}
.TagClassName
{
border-color: #48B283;
}
</style>