Shades of Green #00821B
Tints of Green #00821B
RGB
CMYK
RGB Variations
Color information
#00821B (or 0x00821B) is known color: Green. HEX triplet: 00, 82 and 1B. RGB value is (0,130,27). Sum of RGB (Red+Green+Blue) = 0+130+27=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #00821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00821B is #FF7DE4. Grayscale: #4F4F4F. Windows color (decimal): -16743909 or 1802752. OLE color: 1802752.
HSL color Cylindrical-coordinate representation of color #00821B: hue angle of 132.46º 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 #00821B is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 27 | - |
| CMYK | 1 | 0 | 0.79 | 0.49 |
| HSL | 132.46º | 1% | 0.25% | - |
| HSV(B) | 132.46º | 1% | 0.51% | - |
| XYZ | 8.18 | 16.04 | 3.7 | - |
| YUV | 79.39 | 98.43 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 27 | 1 | 0 | 0.79 | 0.49 | 132.46 | 1 | 0.25 |
| Hex | 0 | 82 | 1B | 64 | 0 | 4F | 31 | 84 | 64 | 19 |
| Octal | 0 | 202 | 33 | 144 | 0 | 117 | 61 | 204 | 144 | 31 |
| Binary | 0 | 10000010 | 11011 | 1100100 | 0 | 1001111 | 110001 | 10000100 | 1100100 | 11001 |
Color Harmonies of #00821B
Complementary color
Monochromatic Colors of #00821B
Black with #00821B
Text Example
Text Example
White with #00821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00821B; }
p { color: rgb(0,130,27); }
H1.HeaderClassName
{
color: #00821B;
}
.AnyTagClassName
{
color: #00821B;
}
</style>
background-color css
<style>
a { background-color: #00821B; }
a { background-color: rgb(0,130,27); }
div.DivClassName
{
background-color: #00821B;
}
.BgClassName
{
background-color: #00821B;
}
</style>
border-color css
<style>
span { border-color: #00821B; }
span { border-color: rgb(0,130,27); }
td.TdClassName
{
border-color: #00821B;
}
.TagClassName
{
border-color: #00821B;
}
</style>