Shades of Green #01831D
Tints of Green #01831D
RGB
CMYK
RGB Variations
Color information
#01831D (or 0x01831D) is known color: Green. HEX triplet: 01, 83 and 1D. RGB value is (1,131,29). Sum of RGB (Red+Green+Blue) = 1+131+29=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 131 (51.56% from 255 or 81.37% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 131 - color contains mainly: green. Hex color #01831D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01831D is #FE7CE2. Grayscale: #505050. Windows color (decimal): -16678115 or 1934081. OLE color: 1934081.
HSL color Cylindrical-coordinate representation of color #01831D: hue angle of 132.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01831D is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 29 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.49 |
| HSL | 132.92º | 0.98% | 0.26% | - |
| HSV(B) | 132.92º | 0.99% | 0.51% | - |
| XYZ | 8.35 | 16.33 | 3.87 | - |
| YUV | 80.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 29 | 0.99 | 0 | 0.78 | 0.49 | 132.92 | 0.98 | 0.26 |
| Hex | 1 | 83 | 1D | 63 | 0 | 4E | 31 | 85 | 62 | 1A |
| Octal | 1 | 203 | 35 | 143 | 0 | 116 | 61 | 205 | 142 | 32 |
| Binary | 1 | 10000011 | 11101 | 1100011 | 0 | 1001110 | 110001 | 10000101 | 1100010 | 11010 |
Color Harmonies of #01831D
Complementary color
Monochromatic Colors of #01831D
Black with #01831D
Text Example
Text Example
White with #01831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01831D; }
p { color: rgb(1,131,29); }
H1.HeaderClassName
{
color: #01831D;
}
.AnyTagClassName
{
color: #01831D;
}
</style>
background-color css
<style>
a { background-color: #01831D; }
a { background-color: rgb(1,131,29); }
div.DivClassName
{
background-color: #01831D;
}
.BgClassName
{
background-color: #01831D;
}
</style>
border-color css
<style>
span { border-color: #01831D; }
span { border-color: rgb(1,131,29); }
td.TdClassName
{
border-color: #01831D;
}
.TagClassName
{
border-color: #01831D;
}
</style>