Shades of Green #00841F
Tints of Green #00841F
RGB
CMYK
RGB Variations
Color information
#00841F (or 0x00841F) is known color: Green. HEX triplet: 00, 84 and 1F. RGB value is (0,132,31). Sum of RGB (Red+Green+Blue) = 0+132+31=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 132 (51.95% from 255 or 80.98% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 132 - color contains mainly: green. Hex color #00841F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00841F is #FF7BE0. Grayscale: #515151. Windows color (decimal): -16743393 or 2065408. OLE color: 2065408.
HSL color Cylindrical-coordinate representation of color #00841F: hue angle of 134.09º 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 #00841F is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 31 | - |
| CMYK | 1 | 0 | 0.77 | 0.48 |
| HSL | 134.09º | 1% | 0.26% | - |
| HSV(B) | 134.09º | 1% | 0.52% | - |
| XYZ | 8.5 | 16.6 | 4.05 | - |
| YUV | 81.02 | 99.77 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 31 | 1 | 0 | 0.77 | 0.48 | 134.09 | 1 | 0.26 |
| Hex | 0 | 84 | 1F | 64 | 0 | 4D | 30 | 86 | 64 | 1A |
| Octal | 0 | 204 | 37 | 144 | 0 | 115 | 60 | 206 | 144 | 32 |
| Binary | 0 | 10000100 | 11111 | 1100100 | 0 | 1001101 | 110000 | 10000110 | 1100100 | 11010 |
Color Harmonies of #00841F
Complementary color
Monochromatic Colors of #00841F
Black with #00841F
Text Example
Text Example
White with #00841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00841F; }
p { color: rgb(0,132,31); }
H1.HeaderClassName
{
color: #00841F;
}
.AnyTagClassName
{
color: #00841F;
}
</style>
background-color css
<style>
a { background-color: #00841F; }
a { background-color: rgb(0,132,31); }
div.DivClassName
{
background-color: #00841F;
}
.BgClassName
{
background-color: #00841F;
}
</style>
border-color css
<style>
span { border-color: #00841F; }
span { border-color: rgb(0,132,31); }
td.TdClassName
{
border-color: #00841F;
}
.TagClassName
{
border-color: #00841F;
}
</style>