Shades of Green #046802
Tints of Green #046802
RGB
CMYK
RGB Variations
Color information
#046802 (or 0x046802) is known color: Green. HEX triplet: 04, 68 and 02. RGB value is (4,104,2). Sum of RGB (Red+Green+Blue) = 4+104+2=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 104 (41.02% from 255 or 94.55% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 104 - color contains mainly: green. Hex color #046802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046802 is #FB97FD. Grayscale: #3E3E3E. Windows color (decimal): -16488446 or 157700. OLE color: 157700.
HSL color Cylindrical-coordinate representation of color #046802: hue angle of 118.82º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046802 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.59 |
| HSL | 118.82º | 0.96% | 0.21% | - |
| HSV(B) | 118.82º | 0.98% | 0.41% | - |
| XYZ | 5.01 | 9.93 | 1.71 | - |
| YUV | 62.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 2 | 0.96 | 0 | 0.98 | 0.59 | 118.82 | 0.96 | 0.21 |
| Hex | 4 | 68 | 2 | 60 | 0 | 62 | 3B | 77 | 60 | 15 |
| Octal | 4 | 150 | 2 | 140 | 0 | 142 | 73 | 167 | 140 | 25 |
| Binary | 100 | 1101000 | 10 | 1100000 | 0 | 1100010 | 111011 | 1110111 | 1100000 | 10101 |
Color Harmonies of #046802
Complementary color
Monochromatic Colors of #046802
Black with #046802
Text Example
Text Example
White with #046802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046802; }
p { color: rgb(4,104,2); }
H1.HeaderClassName
{
color: #046802;
}
.AnyTagClassName
{
color: #046802;
}
</style>
background-color css
<style>
a { background-color: #046802; }
a { background-color: rgb(4,104,2); }
div.DivClassName
{
background-color: #046802;
}
.BgClassName
{
background-color: #046802;
}
</style>
border-color css
<style>
span { border-color: #046802; }
span { border-color: rgb(4,104,2); }
td.TdClassName
{
border-color: #046802;
}
.TagClassName
{
border-color: #046802;
}
</style>