Shades of Green #00831C
Tints of Green #00831C
RGB
CMYK
RGB Variations
Color information
#00831C (or 0x00831C) is known color: Green. HEX triplet: 00, 83 and 1C. RGB value is (0,131,28). Sum of RGB (Red+Green+Blue) = 0+131+28=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 131 (51.56% from 255 or 82.39% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 131 - color contains mainly: green. Hex color #00831C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00831C is #FF7CE3. Grayscale: #505050. Windows color (decimal): -16743652 or 1868544. OLE color: 1868544.
HSL color Cylindrical-coordinate representation of color #00831C: hue angle of 132.82º 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 #00831C is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 28 | - |
| CMYK | 1 | 0 | 0.79 | 0.49 |
| HSL | 132.82º | 1% | 0.26% | - |
| HSV(B) | 132.82º | 1% | 0.51% | - |
| XYZ | 8.33 | 16.32 | 3.81 | - |
| YUV | 80.09 | 98.6 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 28 | 1 | 0 | 0.79 | 0.49 | 132.82 | 1 | 0.26 |
| Hex | 0 | 83 | 1C | 64 | 0 | 4F | 31 | 85 | 64 | 1A |
| Octal | 0 | 203 | 34 | 144 | 0 | 117 | 61 | 205 | 144 | 32 |
| Binary | 0 | 10000011 | 11100 | 1100100 | 0 | 1001111 | 110001 | 10000101 | 1100100 | 11010 |
Color Harmonies of #00831C
Complementary color
Monochromatic Colors of #00831C
Black with #00831C
Text Example
Text Example
White with #00831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00831C; }
p { color: rgb(0,131,28); }
H1.HeaderClassName
{
color: #00831C;
}
.AnyTagClassName
{
color: #00831C;
}
</style>
background-color css
<style>
a { background-color: #00831C; }
a { background-color: rgb(0,131,28); }
div.DivClassName
{
background-color: #00831C;
}
.BgClassName
{
background-color: #00831C;
}
</style>
border-color css
<style>
span { border-color: #00831C; }
span { border-color: rgb(0,131,28); }
td.TdClassName
{
border-color: #00831C;
}
.TagClassName
{
border-color: #00831C;
}
</style>