Shades of Green Leaf #467802
Tints of Green Leaf #467802
RGB
CMYK
RGB Variations
Color information
#467802 (or 0x467802) is known color: Green Leaf. HEX triplet: 46, 78 and 02. RGB value is (70,120,2). Sum of RGB (Red+Green+Blue) = 70+120+2=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #467802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467802 is #B987FD. Grayscale: #5C5C5C. Windows color (decimal): -12158974 or 161862. OLE color: 161862.
HSL color Cylindrical-coordinate representation of color #467802: hue angle of 85.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467802 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 2 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.53 |
| HSL | 85.42º | 0.97% | 0.24% | - |
| HSV(B) | 85.42º | 0.98% | 0.47% | - |
| XYZ | 9.25 | 14.74 | 2.41 | - |
| YUV | 91.6 | 77.44 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 2 | 0.42 | 0 | 0.98 | 0.53 | 85.42 | 0.97 | 0.24 |
| Hex | 46 | 78 | 2 | 2A | 0 | 62 | 35 | 55 | 61 | 18 |
| Octal | 106 | 170 | 2 | 52 | 0 | 142 | 65 | 125 | 141 | 30 |
| Binary | 1000110 | 1111000 | 10 | 101010 | 0 | 1100010 | 110101 | 1010101 | 1100001 | 11000 |
Color Harmonies of #467802
Complementary color
Monochromatic Colors of #467802
Black with #467802
Text Example
Text Example
White with #467802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467802; }
p { color: rgb(70,120,2); }
H1.HeaderClassName
{
color: #467802;
}
.AnyTagClassName
{
color: #467802;
}
</style>
background-color css
<style>
a { background-color: #467802; }
a { background-color: rgb(70,120,2); }
div.DivClassName
{
background-color: #467802;
}
.BgClassName
{
background-color: #467802;
}
</style>
border-color css
<style>
span { border-color: #467802; }
span { border-color: rgb(70,120,2); }
td.TdClassName
{
border-color: #467802;
}
.TagClassName
{
border-color: #467802;
}
</style>