Shades of Green Leaf #426F0F
Tints of Green Leaf #426F0F
RGB
CMYK
RGB Variations
Color information
#426F0F (or 0x426F0F) is known color: Green Leaf. HEX triplet: 42, 6F and 0F. RGB value is (66,111,15). Sum of RGB (Red+Green+Blue) = 66+111+15=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #426F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426F0F is #BD90F0. Grayscale: #565656. Windows color (decimal): -12423409 or 1011522. OLE color: 1011522.
HSL color Cylindrical-coordinate representation of color #426F0F: hue angle of 88.12º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #426F0F is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 111 | 15 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.56 |
| HSL | 88.13º | 0.76% | 0.25% | - |
| HSV(B) | 88.13º | 0.86% | 0.44% | - |
| XYZ | 8.02 | 12.56 | 2.45 | - |
| YUV | 86.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 15 | 0.41 | 0 | 0.86 | 0.56 | 88.13 | 0.76 | 0.25 |
| Hex | 42 | 6F | F | 29 | 0 | 56 | 38 | 58 | 4C | 19 |
| Octal | 102 | 157 | 17 | 51 | 0 | 126 | 70 | 130 | 114 | 31 |
| Binary | 1000010 | 1101111 | 1111 | 101001 | 0 | 1010110 | 111000 | 1011000 | 1001100 | 11001 |
Color Harmonies of #426F0F
Complementary color
Monochromatic Colors of #426F0F
Black with #426F0F
Text Example
Text Example
White with #426F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F0F; }
p { color: rgb(66,111,15); }
H1.HeaderClassName
{
color: #426F0F;
}
.AnyTagClassName
{
color: #426F0F;
}
</style>
background-color css
<style>
a { background-color: #426F0F; }
a { background-color: rgb(66,111,15); }
div.DivClassName
{
background-color: #426F0F;
}
.BgClassName
{
background-color: #426F0F;
}
</style>
border-color css
<style>
span { border-color: #426F0F; }
span { border-color: rgb(66,111,15); }
td.TdClassName
{
border-color: #426F0F;
}
.TagClassName
{
border-color: #426F0F;
}
</style>