Shades of Green Leaf #48701C
Tints of Green Leaf #48701C
RGB
CMYK
RGB Variations
Color information
#48701C (or 0x48701C) is known color: Green Leaf. HEX triplet: 48, 70 and 1C. RGB value is (72,112,28). Sum of RGB (Red+Green+Blue) = 72+112+28=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #48701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48701C is #B78FE3. Grayscale: #5A5A5A. Windows color (decimal): -12029924 or 1863752. OLE color: 1863752.
HSL color Cylindrical-coordinate representation of color #48701C: hue angle of 88.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48701C is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 28 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.56 |
| HSL | 88.57º | 0.6% | 0.27% | - |
| HSV(B) | 88.57º | 0.75% | 0.44% | - |
| XYZ | 8.68 | 13.05 | 3.16 | - |
| YUV | 90.46 | 92.75 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 28 | 0.36 | 0 | 0.75 | 0.56 | 88.57 | 0.6 | 0.27 |
| Hex | 48 | 70 | 1C | 24 | 0 | 4B | 38 | 59 | 3C | 1B |
| Octal | 110 | 160 | 34 | 44 | 0 | 113 | 70 | 131 | 74 | 33 |
| Binary | 1001000 | 1110000 | 11100 | 100100 | 0 | 1001011 | 111000 | 1011001 | 111100 | 11011 |
Color Harmonies of #48701C
Complementary color
Monochromatic Colors of #48701C
Black with #48701C
Text Example
Text Example
White with #48701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48701C; }
p { color: rgb(72,112,28); }
H1.HeaderClassName
{
color: #48701C;
}
.AnyTagClassName
{
color: #48701C;
}
</style>
background-color css
<style>
a { background-color: #48701C; }
a { background-color: rgb(72,112,28); }
div.DivClassName
{
background-color: #48701C;
}
.BgClassName
{
background-color: #48701C;
}
</style>
border-color css
<style>
span { border-color: #48701C; }
span { border-color: rgb(72,112,28); }
td.TdClassName
{
border-color: #48701C;
}
.TagClassName
{
border-color: #48701C;
}
</style>