Shades of Green #006202
Tints of Green #006202
RGB
CMYK
RGB Variations
Color information
#006202 (or 0x006202) is known color: Green. HEX triplet: 00, 62 and 02. RGB value is (0,98,2). Sum of RGB (Red+Green+Blue) = 0+98+2=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 98 (38.67% from 255 or 98% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 98 - color contains mainly: green. Hex color #006202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006202 is #FF9DFD. Grayscale: #3A3A3A. Windows color (decimal): -16752126 or 156160. OLE color: 156160.
HSL color Cylindrical-coordinate representation of color #006202: hue angle of 121.22º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006202 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.62 |
| HSL | 121.22º | 1% | 0.19% | - |
| HSV(B) | 121.22º | 1% | 0.38% | - |
| XYZ | 4.38 | 8.74 | 1.51 | - |
| YUV | 57.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 2 | 1 | 0 | 0.98 | 0.62 | 121.22 | 1 | 0.19 |
| Hex | 0 | 62 | 2 | 64 | 0 | 62 | 3E | 79 | 64 | 13 |
| Octal | 0 | 142 | 2 | 144 | 0 | 142 | 76 | 171 | 144 | 23 |
| Binary | 0 | 1100010 | 10 | 1100100 | 0 | 1100010 | 111110 | 1111001 | 1100100 | 10011 |
Color Harmonies of #006202
Complementary color
Monochromatic Colors of #006202
Black with #006202
Text Example
Text Example
White with #006202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006202; }
p { color: rgb(0,98,2); }
H1.HeaderClassName
{
color: #006202;
}
.AnyTagClassName
{
color: #006202;
}
</style>
background-color css
<style>
a { background-color: #006202; }
a { background-color: rgb(0,98,2); }
div.DivClassName
{
background-color: #006202;
}
.BgClassName
{
background-color: #006202;
}
</style>
border-color css
<style>
span { border-color: #006202; }
span { border-color: rgb(0,98,2); }
td.TdClassName
{
border-color: #006202;
}
.TagClassName
{
border-color: #006202;
}
</style>