Shades of Green Leaf #42710F
Tints of Green Leaf #42710F
RGB
CMYK
RGB Variations
Color information
#42710F (or 0x42710F) is known color: Green Leaf. HEX triplet: 42, 71 and 0F. RGB value is (66,113,15). Sum of RGB (Red+Green+Blue) = 66+113+15=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #42710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42710F is #BD8EF0. Grayscale: #585858. Windows color (decimal): -12422897 or 1012034. OLE color: 1012034.
HSL color Cylindrical-coordinate representation of color #42710F: hue angle of 88.78º degrees, saturation: 0.77, 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 #42710F is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 113 | 15 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.56 |
| HSL | 88.78º | 0.77% | 0.25% | - |
| HSV(B) | 88.78º | 0.87% | 0.44% | - |
| XYZ | 8.24 | 13 | 2.53 | - |
| YUV | 87.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 15 | 0.42 | 0 | 0.87 | 0.56 | 88.78 | 0.77 | 0.25 |
| Hex | 42 | 71 | F | 2A | 0 | 57 | 38 | 59 | 4D | 19 |
| Octal | 102 | 161 | 17 | 52 | 0 | 127 | 70 | 131 | 115 | 31 |
| Binary | 1000010 | 1110001 | 1111 | 101010 | 0 | 1010111 | 111000 | 1011001 | 1001101 | 11001 |
Color Harmonies of #42710F
Complementary color
Monochromatic Colors of #42710F
Black with #42710F
Text Example
Text Example
White with #42710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42710F; }
p { color: rgb(66,113,15); }
H1.HeaderClassName
{
color: #42710F;
}
.AnyTagClassName
{
color: #42710F;
}
</style>
background-color css
<style>
a { background-color: #42710F; }
a { background-color: rgb(66,113,15); }
div.DivClassName
{
background-color: #42710F;
}
.BgClassName
{
background-color: #42710F;
}
</style>
border-color css
<style>
span { border-color: #42710F; }
span { border-color: rgb(66,113,15); }
td.TdClassName
{
border-color: #42710F;
}
.TagClassName
{
border-color: #42710F;
}
</style>