Shades of Green Leaf #467602
Tints of Green Leaf #467602
RGB
CMYK
RGB Variations
Color information
#467602 (or 0x467602) is known color: Green Leaf. HEX triplet: 46, 76 and 02. RGB value is (70,118,2). Sum of RGB (Red+Green+Blue) = 70+118+2=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #467602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467602 is #B989FD. Grayscale: #5A5A5A. Windows color (decimal): -12159486 or 161350. OLE color: 161350.
HSL color Cylindrical-coordinate representation of color #467602: hue angle of 84.83º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467602 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 118 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.54 |
| HSL | 84.83º | 0.97% | 0.24% | - |
| HSV(B) | 84.83º | 0.98% | 0.46% | - |
| XYZ | 9.02 | 14.26 | 2.34 | - |
| YUV | 90.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 2 | 0.41 | 0 | 0.98 | 0.54 | 84.83 | 0.97 | 0.24 |
| Hex | 46 | 76 | 2 | 29 | 0 | 62 | 36 | 55 | 61 | 18 |
| Octal | 106 | 166 | 2 | 51 | 0 | 142 | 66 | 125 | 141 | 30 |
| Binary | 1000110 | 1110110 | 10 | 101001 | 0 | 1100010 | 110110 | 1010101 | 1100001 | 11000 |
Color Harmonies of #467602
Complementary color
Monochromatic Colors of #467602
Black with #467602
Text Example
Text Example
White with #467602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467602; }
p { color: rgb(70,118,2); }
H1.HeaderClassName
{
color: #467602;
}
.AnyTagClassName
{
color: #467602;
}
</style>
background-color css
<style>
a { background-color: #467602; }
a { background-color: rgb(70,118,2); }
div.DivClassName
{
background-color: #467602;
}
.BgClassName
{
background-color: #467602;
}
</style>
border-color css
<style>
span { border-color: #467602; }
span { border-color: rgb(70,118,2); }
td.TdClassName
{
border-color: #467602;
}
.TagClassName
{
border-color: #467602;
}
</style>