Shades of Green #00841D
Tints of Green #00841D
RGB
CMYK
RGB Variations
Color information
#00841D (or 0x00841D) is known color: Green. HEX triplet: 00, 84 and 1D. RGB value is (0,132,29). Sum of RGB (Red+Green+Blue) = 0+132+29=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 132 (51.95% from 255 or 81.99% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 132 - color contains mainly: green. Hex color #00841D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00841D is #FF7BE2. Grayscale: #515151. Windows color (decimal): -16743395 or 1934336. OLE color: 1934336.
HSL color Cylindrical-coordinate representation of color #00841D: hue angle of 133.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00841D is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 29 | - |
| CMYK | 1 | 0 | 0.78 | 0.48 |
| HSL | 133.18º | 1% | 0.26% | - |
| HSV(B) | 133.18º | 1% | 0.52% | - |
| XYZ | 8.47 | 16.59 | 3.92 | - |
| YUV | 80.79 | 98.77 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 29 | 1 | 0 | 0.78 | 0.48 | 133.18 | 1 | 0.26 |
| Hex | 0 | 84 | 1D | 64 | 0 | 4E | 30 | 85 | 64 | 1A |
| Octal | 0 | 204 | 35 | 144 | 0 | 116 | 60 | 205 | 144 | 32 |
| Binary | 0 | 10000100 | 11101 | 1100100 | 0 | 1001110 | 110000 | 10000101 | 1100100 | 11010 |
Color Harmonies of #00841D
Complementary color
Monochromatic Colors of #00841D
Black with #00841D
Text Example
Text Example
White with #00841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00841D; }
p { color: rgb(0,132,29); }
H1.HeaderClassName
{
color: #00841D;
}
.AnyTagClassName
{
color: #00841D;
}
</style>
background-color css
<style>
a { background-color: #00841D; }
a { background-color: rgb(0,132,29); }
div.DivClassName
{
background-color: #00841D;
}
.BgClassName
{
background-color: #00841D;
}
</style>
border-color css
<style>
span { border-color: #00841D; }
span { border-color: rgb(0,132,29); }
td.TdClassName
{
border-color: #00841D;
}
.TagClassName
{
border-color: #00841D;
}
</style>