Shades of Green #006D02
Tints of Green #006D02
RGB
CMYK
RGB Variations
Color information
#006D02 (or 0x006D02) is known color: Green. HEX triplet: 00, 6D and 02. RGB value is (0,109,2). Sum of RGB (Red+Green+Blue) = 0+109+2=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 109 (42.97% from 255 or 98.20% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 109 - color contains mainly: green. Hex color #006D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006D02 is #FF92FD. Grayscale: #404040. Windows color (decimal): -16749310 or 158976. OLE color: 158976.
HSL color Cylindrical-coordinate representation of color #006D02: hue angle of 121.1º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D02 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 109 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.57 |
| HSL | 121.1º | 1% | 0.21% | - |
| HSV(B) | 121.1º | 1% | 0.43% | - |
| XYZ | 5.48 | 10.94 | 1.88 | - |
| YUV | 64.21 | 92.89 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 2 | 1 | 0 | 0.98 | 0.57 | 121.1 | 1 | 0.21 |
| Hex | 0 | 6D | 2 | 64 | 0 | 62 | 39 | 79 | 64 | 15 |
| Octal | 0 | 155 | 2 | 144 | 0 | 142 | 71 | 171 | 144 | 25 |
| Binary | 0 | 1101101 | 10 | 1100100 | 0 | 1100010 | 111001 | 1111001 | 1100100 | 10101 |
Color Harmonies of #006D02
Complementary color
Monochromatic Colors of #006D02
Black with #006D02
Text Example
Text Example
White with #006D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D02; }
p { color: rgb(0,109,2); }
H1.HeaderClassName
{
color: #006D02;
}
.AnyTagClassName
{
color: #006D02;
}
</style>
background-color css
<style>
a { background-color: #006D02; }
a { background-color: rgb(0,109,2); }
div.DivClassName
{
background-color: #006D02;
}
.BgClassName
{
background-color: #006D02;
}
</style>
border-color css
<style>
span { border-color: #006D02; }
span { border-color: rgb(0,109,2); }
td.TdClassName
{
border-color: #006D02;
}
.TagClassName
{
border-color: #006D02;
}
</style>