Shades of Green #00831F
Tints of Green #00831F
RGB
CMYK
RGB Variations
Color information
#00831F (or 0x00831F) is known color: Green. HEX triplet: 00, 83 and 1F. RGB value is (0,131,31). Sum of RGB (Red+Green+Blue) = 0+131+31=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 131 (51.56% from 255 or 80.86% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 131 - color contains mainly: green. Hex color #00831F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00831F is #FF7CE0. Grayscale: #505050. Windows color (decimal): -16743649 or 2065152. OLE color: 2065152.
HSL color Cylindrical-coordinate representation of color #00831F: hue angle of 134.2º 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 #00831F is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 31 | - |
| CMYK | 1 | 0 | 0.76 | 0.49 |
| HSL | 134.2º | 1% | 0.26% | - |
| HSV(B) | 134.2º | 1% | 0.51% | - |
| XYZ | 8.36 | 16.33 | 4.01 | - |
| YUV | 80.43 | 100.1 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 31 | 1 | 0 | 0.76 | 0.49 | 134.2 | 1 | 0.26 |
| Hex | 0 | 83 | 1F | 64 | 0 | 4C | 31 | 86 | 64 | 1A |
| Octal | 0 | 203 | 37 | 144 | 0 | 114 | 61 | 206 | 144 | 32 |
| Binary | 0 | 10000011 | 11111 | 1100100 | 0 | 1001100 | 110001 | 10000110 | 1100100 | 11010 |
Color Harmonies of #00831F
Complementary color
Monochromatic Colors of #00831F
Black with #00831F
Text Example
Text Example
White with #00831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00831F; }
p { color: rgb(0,131,31); }
H1.HeaderClassName
{
color: #00831F;
}
.AnyTagClassName
{
color: #00831F;
}
</style>
background-color css
<style>
a { background-color: #00831F; }
a { background-color: rgb(0,131,31); }
div.DivClassName
{
background-color: #00831F;
}
.BgClassName
{
background-color: #00831F;
}
</style>
border-color css
<style>
span { border-color: #00831F; }
span { border-color: rgb(0,131,31); }
td.TdClassName
{
border-color: #00831F;
}
.TagClassName
{
border-color: #00831F;
}
</style>