Shades of Green #00821C
Tints of Green #00821C
RGB
CMYK
RGB Variations
Color information
#00821C (or 0x00821C) is known color: Green. HEX triplet: 00, 82 and 1C. RGB value is (0,130,28). Sum of RGB (Red+Green+Blue) = 0+130+28=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 130 (51.17% from 255 or 82.28% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 130 - color contains mainly: green. Hex color #00821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00821C is #FF7DE3. Grayscale: #4F4F4F. Windows color (decimal): -16743908 or 1868288. OLE color: 1868288.
HSL color Cylindrical-coordinate representation of color #00821C: hue angle of 132.92º 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 #00821C is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 28 | - |
| CMYK | 1 | 0 | 0.78 | 0.49 |
| HSL | 132.92º | 1% | 0.25% | - |
| HSV(B) | 132.92º | 1% | 0.51% | - |
| XYZ | 8.19 | 16.05 | 3.76 | - |
| YUV | 79.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 28 | 1 | 0 | 0.78 | 0.49 | 132.92 | 1 | 0.25 |
| Hex | 0 | 82 | 1C | 64 | 0 | 4E | 31 | 85 | 64 | 19 |
| Octal | 0 | 202 | 34 | 144 | 0 | 116 | 61 | 205 | 144 | 31 |
| Binary | 0 | 10000010 | 11100 | 1100100 | 0 | 1001110 | 110001 | 10000101 | 1100100 | 11001 |
Color Harmonies of #00821C
Complementary color
Monochromatic Colors of #00821C
Black with #00821C
Text Example
Text Example
White with #00821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00821C; }
p { color: rgb(0,130,28); }
H1.HeaderClassName
{
color: #00821C;
}
.AnyTagClassName
{
color: #00821C;
}
</style>
background-color css
<style>
a { background-color: #00821C; }
a { background-color: rgb(0,130,28); }
div.DivClassName
{
background-color: #00821C;
}
.BgClassName
{
background-color: #00821C;
}
</style>
border-color css
<style>
span { border-color: #00821C; }
span { border-color: rgb(0,130,28); }
td.TdClassName
{
border-color: #00821C;
}
.TagClassName
{
border-color: #00821C;
}
</style>