Shades of Green Leaf #42720D
Tints of Green Leaf #42720D
RGB
CMYK
RGB Variations
Color information
#42720D (or 0x42720D) is known color: Green Leaf. HEX triplet: 42, 72 and 0D. RGB value is (66,114,13). Sum of RGB (Red+Green+Blue) = 66+114+13=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #42720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42720D is #BD8DF2. Grayscale: #585858. Windows color (decimal): -12422643 or 881218. OLE color: 881218.
HSL color Cylindrical-coordinate representation of color #42720D: hue angle of 88.51º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42720D is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 13 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.55 |
| HSL | 88.51º | 0.8% | 0.25% | - |
| HSV(B) | 88.51º | 0.89% | 0.45% | - |
| XYZ | 8.34 | 13.22 | 2.49 | - |
| YUV | 88.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 13 | 0.42 | 0 | 0.89 | 0.55 | 88.51 | 0.8 | 0.25 |
| Hex | 42 | 72 | D | 2A | 0 | 59 | 37 | 59 | 50 | 19 |
| Octal | 102 | 162 | 15 | 52 | 0 | 131 | 67 | 131 | 120 | 31 |
| Binary | 1000010 | 1110010 | 1101 | 101010 | 0 | 1011001 | 110111 | 1011001 | 1010000 | 11001 |
Color Harmonies of #42720D
Complementary color
Monochromatic Colors of #42720D
Black with #42720D
Text Example
Text Example
White with #42720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42720D; }
p { color: rgb(66,114,13); }
H1.HeaderClassName
{
color: #42720D;
}
.AnyTagClassName
{
color: #42720D;
}
</style>
background-color css
<style>
a { background-color: #42720D; }
a { background-color: rgb(66,114,13); }
div.DivClassName
{
background-color: #42720D;
}
.BgClassName
{
background-color: #42720D;
}
</style>
border-color css
<style>
span { border-color: #42720D; }
span { border-color: rgb(66,114,13); }
td.TdClassName
{
border-color: #42720D;
}
.TagClassName
{
border-color: #42720D;
}
</style>