Shades of Green #046702
Tints of Green #046702
RGB
CMYK
RGB Variations
Color information
#046702 (or 0x046702) is known color: Green. HEX triplet: 04, 67 and 02. RGB value is (4,103,2). Sum of RGB (Red+Green+Blue) = 4+103+2=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 103 (40.62% from 255 or 94.50% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 103 - color contains mainly: green. Hex color #046702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046702 is #FB98FD. Grayscale: #3E3E3E. Windows color (decimal): -16488702 or 157444. OLE color: 157444.
HSL color Cylindrical-coordinate representation of color #046702: hue angle of 118.81º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046702 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 103 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.60 |
| HSL | 118.81º | 0.96% | 0.21% | - |
| HSV(B) | 118.81º | 0.98% | 0.4% | - |
| XYZ | 4.91 | 9.73 | 1.68 | - |
| YUV | 61.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 2 | 0.96 | 0 | 0.98 | 0.60 | 118.81 | 0.96 | 0.21 |
| Hex | 4 | 67 | 2 | 60 | 0 | 62 | 3C | 77 | 60 | 15 |
| Octal | 4 | 147 | 2 | 140 | 0 | 142 | 74 | 167 | 140 | 25 |
| Binary | 100 | 1100111 | 10 | 1100000 | 0 | 1100010 | 111100 | 1110111 | 1100000 | 10101 |
Color Harmonies of #046702
Complementary color
Monochromatic Colors of #046702
Black with #046702
Text Example
Text Example
White with #046702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046702; }
p { color: rgb(4,103,2); }
H1.HeaderClassName
{
color: #046702;
}
.AnyTagClassName
{
color: #046702;
}
</style>
background-color css
<style>
a { background-color: #046702; }
a { background-color: rgb(4,103,2); }
div.DivClassName
{
background-color: #046702;
}
.BgClassName
{
background-color: #046702;
}
</style>
border-color css
<style>
span { border-color: #046702; }
span { border-color: rgb(4,103,2); }
td.TdClassName
{
border-color: #046702;
}
.TagClassName
{
border-color: #046702;
}
</style>