Shades of Ocean Green #48A371
Tints of Ocean Green #48A371
RGB
CMYK
RGB Variations
Color information
#48A371 (or 0x48A371) is known color: Ocean Green. HEX triplet: 48, A3 and 71. RGB value is (72,163,113). Sum of RGB (Red+Green+Blue) = 72+163+113=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #48A371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A371 is #B75C8E. Grayscale: #828282. Windows color (decimal): -12016783 or 7447368. OLE color: 7447368.
HSL color Cylindrical-coordinate representation of color #48A371: hue angle of 147.03º degrees, saturation: 0.39, 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 #48A371 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 113 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.36 |
| HSL | 147.03º | 0.39% | 0.46% | - |
| HSV(B) | 147.03º | 0.56% | 0.64% | - |
| XYZ | 18.75 | 28.76 | 20.19 | - |
| YUV | 130.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 113 | 0.56 | 0 | 0.31 | 0.36 | 147.03 | 0.39 | 0.46 |
| Hex | 48 | A3 | 71 | 38 | 0 | 1F | 24 | 93 | 27 | 2E |
| Octal | 110 | 243 | 161 | 70 | 0 | 37 | 44 | 223 | 47 | 56 |
| Binary | 1001000 | 10100011 | 1110001 | 111000 | 0 | 11111 | 100100 | 10010011 | 100111 | 101110 |
Color Harmonies of #48A371
Complementary color
Monochromatic Colors of #48A371
Black with #48A371
Text Example
Text Example
White with #48A371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A371; }
p { color: rgb(72,163,113); }
H1.HeaderClassName
{
color: #48A371;
}
.AnyTagClassName
{
color: #48A371;
}
</style>
background-color css
<style>
a { background-color: #48A371; }
a { background-color: rgb(72,163,113); }
div.DivClassName
{
background-color: #48A371;
}
.BgClassName
{
background-color: #48A371;
}
</style>
border-color css
<style>
span { border-color: #48A371; }
span { border-color: rgb(72,163,113); }
td.TdClassName
{
border-color: #48A371;
}
.TagClassName
{
border-color: #48A371;
}
</style>