Shades of Green #046002
Tints of Green #046002
RGB
CMYK
RGB Variations
Color information
#046002 (or 0x046002) is known color: Green. HEX triplet: 04, 60 and 02. RGB value is (4,96,2). Sum of RGB (Red+Green+Blue) = 4+96+2=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 96 (37.89% from 255 or 94.12% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 96 - color contains mainly: green. Hex color #046002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046002 is #FB9FFD. Grayscale: #3A3A3A. Windows color (decimal): -16490494 or 155652. OLE color: 155652.
HSL color Cylindrical-coordinate representation of color #046002: hue angle of 118.72º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046002 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 96 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.62 |
| HSL | 118.72º | 0.96% | 0.19% | - |
| HSV(B) | 118.72º | 0.98% | 0.38% | - |
| XYZ | 4.24 | 8.4 | 1.45 | - |
| YUV | 57.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 2 | 0.96 | 0 | 0.98 | 0.62 | 118.72 | 0.96 | 0.19 |
| Hex | 4 | 60 | 2 | 60 | 0 | 62 | 3E | 77 | 60 | 13 |
| Octal | 4 | 140 | 2 | 140 | 0 | 142 | 76 | 167 | 140 | 23 |
| Binary | 100 | 1100000 | 10 | 1100000 | 0 | 1100010 | 111110 | 1110111 | 1100000 | 10011 |
Color Harmonies of #046002
Complementary color
Monochromatic Colors of #046002
Black with #046002
Text Example
Text Example
White with #046002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046002; }
p { color: rgb(4,96,2); }
H1.HeaderClassName
{
color: #046002;
}
.AnyTagClassName
{
color: #046002;
}
</style>
background-color css
<style>
a { background-color: #046002; }
a { background-color: rgb(4,96,2); }
div.DivClassName
{
background-color: #046002;
}
.BgClassName
{
background-color: #046002;
}
</style>
border-color css
<style>
span { border-color: #046002; }
span { border-color: rgb(4,96,2); }
td.TdClassName
{
border-color: #046002;
}
.TagClassName
{
border-color: #046002;
}
</style>