Shades of Green Leaf #48700F
Tints of Green Leaf #48700F
RGB
CMYK
RGB Variations
Color information
#48700F (or 0x48700F) is known color: Green Leaf. HEX triplet: 48, 70 and 0F. RGB value is (72,112,15). Sum of RGB (Red+Green+Blue) = 72+112+15=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #48700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48700F is #B78FF0. Grayscale: #595959. Windows color (decimal): -12029937 or 1011784. OLE color: 1011784.
HSL color Cylindrical-coordinate representation of color #48700F: hue angle of 84.74º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48700F is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 15 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.56 |
| HSL | 84.74º | 0.76% | 0.25% | - |
| HSV(B) | 84.74º | 0.87% | 0.44% | - |
| XYZ | 8.55 | 13 | 2.51 | - |
| YUV | 88.98 | 86.25 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 15 | 0.36 | 0 | 0.87 | 0.56 | 84.74 | 0.76 | 0.25 |
| Hex | 48 | 70 | F | 24 | 0 | 57 | 38 | 55 | 4C | 19 |
| Octal | 110 | 160 | 17 | 44 | 0 | 127 | 70 | 125 | 114 | 31 |
| Binary | 1001000 | 1110000 | 1111 | 100100 | 0 | 1010111 | 111000 | 1010101 | 1001100 | 11001 |
Color Harmonies of #48700F
Complementary color
Monochromatic Colors of #48700F
Black with #48700F
Text Example
Text Example
White with #48700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48700F; }
p { color: rgb(72,112,15); }
H1.HeaderClassName
{
color: #48700F;
}
.AnyTagClassName
{
color: #48700F;
}
</style>
background-color css
<style>
a { background-color: #48700F; }
a { background-color: rgb(72,112,15); }
div.DivClassName
{
background-color: #48700F;
}
.BgClassName
{
background-color: #48700F;
}
</style>
border-color css
<style>
span { border-color: #48700F; }
span { border-color: rgb(72,112,15); }
td.TdClassName
{
border-color: #48700F;
}
.TagClassName
{
border-color: #48700F;
}
</style>