Shades of Green #00821A
Tints of Green #00821A
RGB
CMYK
RGB Variations
Color information
#00821A (or 0x00821A) is known color: Green. HEX triplet: 00, 82 and 1A. RGB value is (0,130,26). Sum of RGB (Red+Green+Blue) = 0+130+26=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #00821A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00821A is #FF7DE5. Grayscale: #4F4F4F. Windows color (decimal): -16743910 or 1737216. OLE color: 1737216.
HSL color Cylindrical-coordinate representation of color #00821A: hue angle of 132º 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 #00821A is Cyan = 1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 26 | - |
| CMYK | 1 | 0 | 0.8 | 0.49 |
| HSL | 132º | 1% | 0.25% | - |
| HSV(B) | 132º | 1% | 0.51% | - |
| XYZ | 8.17 | 16.04 | 3.64 | - |
| YUV | 79.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 26 | 1 | 0 | 0.8 | 0.49 | 132 | 1 | 0.25 |
| Hex | 0 | 82 | 1A | 64 | 0 | 50 | 31 | 84 | 64 | 19 |
| Octal | 0 | 202 | 32 | 144 | 0 | 120 | 61 | 204 | 144 | 31 |
| Binary | 0 | 10000010 | 11010 | 1100100 | 0 | 1010000 | 110001 | 10000100 | 1100100 | 11001 |
Color Harmonies of #00821A
Complementary color
Monochromatic Colors of #00821A
Black with #00821A
Text Example
Text Example
White with #00821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00821A; }
p { color: rgb(0,130,26); }
H1.HeaderClassName
{
color: #00821A;
}
.AnyTagClassName
{
color: #00821A;
}
</style>
background-color css
<style>
a { background-color: #00821A; }
a { background-color: rgb(0,130,26); }
div.DivClassName
{
background-color: #00821A;
}
.BgClassName
{
background-color: #00821A;
}
</style>
border-color css
<style>
span { border-color: #00821A; }
span { border-color: rgb(0,130,26); }
td.TdClassName
{
border-color: #00821A;
}
.TagClassName
{
border-color: #00821A;
}
</style>