Shades of Green #00831D
Tints of Green #00831D
RGB
CMYK
RGB Variations
Color information
#00831D (or 0x00831D) is known color: Green. HEX triplet: 00, 83 and 1D. RGB value is (0,131,29). Sum of RGB (Red+Green+Blue) = 0+131+29=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 131 (51.56% from 255 or 81.88% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 131 - color contains mainly: green. Hex color #00831D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00831D is #FF7CE2. Grayscale: #505050. Windows color (decimal): -16743651 or 1934080. OLE color: 1934080.
HSL color Cylindrical-coordinate representation of color #00831D: hue angle of 133.28º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00831D is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 29 | - |
| CMYK | 1 | 0 | 0.78 | 0.49 |
| HSL | 133.28º | 1% | 0.26% | - |
| HSV(B) | 133.28º | 1% | 0.51% | - |
| XYZ | 8.34 | 16.32 | 3.87 | - |
| YUV | 80.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 29 | 1 | 0 | 0.78 | 0.49 | 133.28 | 1 | 0.26 |
| Hex | 0 | 83 | 1D | 64 | 0 | 4E | 31 | 85 | 64 | 1A |
| Octal | 0 | 203 | 35 | 144 | 0 | 116 | 61 | 205 | 144 | 32 |
| Binary | 0 | 10000011 | 11101 | 1100100 | 0 | 1001110 | 110001 | 10000101 | 1100100 | 11010 |
Color Harmonies of #00831D
Complementary color
Monochromatic Colors of #00831D
Black with #00831D
Text Example
Text Example
White with #00831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00831D; }
p { color: rgb(0,131,29); }
H1.HeaderClassName
{
color: #00831D;
}
.AnyTagClassName
{
color: #00831D;
}
</style>
background-color css
<style>
a { background-color: #00831D; }
a { background-color: rgb(0,131,29); }
div.DivClassName
{
background-color: #00831D;
}
.BgClassName
{
background-color: #00831D;
}
</style>
border-color css
<style>
span { border-color: #00831D; }
span { border-color: rgb(0,131,29); }
td.TdClassName
{
border-color: #00831D;
}
.TagClassName
{
border-color: #00831D;
}
</style>