Shades of Green #008221
Tints of Green #008221
RGB
CMYK
RGB Variations
Color information
#008221 (or 0x008221) is known color: Green. HEX triplet: 00, 82 and 21. RGB value is (0,130,33). Sum of RGB (Red+Green+Blue) = 0+130+33=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #008221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008221 is #FF7DDE. Grayscale: #505050. Windows color (decimal): -16743903 or 2195968. OLE color: 2195968.
HSL color Cylindrical-coordinate representation of color #008221: hue angle of 135.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008221 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 33 | - |
| CMYK | 1 | 0 | 0.75 | 0.49 |
| HSL | 135.23º | 1% | 0.25% | - |
| HSV(B) | 135.23º | 1% | 0.51% | - |
| XYZ | 8.26 | 16.08 | 4.11 | - |
| YUV | 80.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 33 | 1 | 0 | 0.75 | 0.49 | 135.23 | 1 | 0.25 |
| Hex | 0 | 82 | 21 | 64 | 0 | 4B | 31 | 87 | 64 | 19 |
| Octal | 0 | 202 | 41 | 144 | 0 | 113 | 61 | 207 | 144 | 31 |
| Binary | 0 | 10000010 | 100001 | 1100100 | 0 | 1001011 | 110001 | 10000111 | 1100100 | 11001 |
Color Harmonies of #008221
Complementary color
Monochromatic Colors of #008221
Black with #008221
Text Example
Text Example
White with #008221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008221; }
p { color: rgb(0,130,33); }
H1.HeaderClassName
{
color: #008221;
}
.AnyTagClassName
{
color: #008221;
}
</style>
background-color css
<style>
a { background-color: #008221; }
a { background-color: rgb(0,130,33); }
div.DivClassName
{
background-color: #008221;
}
.BgClassName
{
background-color: #008221;
}
</style>
border-color css
<style>
span { border-color: #008221; }
span { border-color: rgb(0,130,33); }
td.TdClassName
{
border-color: #008221;
}
.TagClassName
{
border-color: #008221;
}
</style>