Shades of Green #005602
Tints of Green #005602
RGB
CMYK
RGB Variations
Color information
#005602 (or 0x005602) is known color: Green. HEX triplet: 00, 56 and 02. RGB value is (0,86,2). Sum of RGB (Red+Green+Blue) = 0+86+2=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 86 (33.98% from 255 or 97.73% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 86 - color contains mainly: green. Hex color #005602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005602 is #FFA9FD. Grayscale: #323232. Windows color (decimal): -16755198 or 153088. OLE color: 153088.
HSL color Cylindrical-coordinate representation of color #005602: hue angle of 121.4º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005602 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 86 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.66 |
| HSL | 121.4º | 1% | 0.17% | - |
| HSV(B) | 121.4º | 1% | 0.34% | - |
| XYZ | 3.34 | 6.66 | 1.17 | - |
| YUV | 50.71 | 100.51 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 2 | 1 | 0 | 0.98 | 0.66 | 121.4 | 1 | 0.17 |
| Hex | 0 | 56 | 2 | 64 | 0 | 62 | 42 | 79 | 64 | 11 |
| Octal | 0 | 126 | 2 | 144 | 0 | 142 | 102 | 171 | 144 | 21 |
| Binary | 0 | 1010110 | 10 | 1100100 | 0 | 1100010 | 1000010 | 1111001 | 1100100 | 10001 |
Color Harmonies of #005602
Complementary color
Monochromatic Colors of #005602
Black with #005602
Text Example
Text Example
White with #005602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005602; }
p { color: rgb(0,86,2); }
H1.HeaderClassName
{
color: #005602;
}
.AnyTagClassName
{
color: #005602;
}
</style>
background-color css
<style>
a { background-color: #005602; }
a { background-color: rgb(0,86,2); }
div.DivClassName
{
background-color: #005602;
}
.BgClassName
{
background-color: #005602;
}
</style>
border-color css
<style>
span { border-color: #005602; }
span { border-color: rgb(0,86,2); }
td.TdClassName
{
border-color: #005602;
}
.TagClassName
{
border-color: #005602;
}
</style>