Shades of Green #01811F
Tints of Green #01811F
RGB
CMYK
RGB Variations
Color information
#01811F (or 0x01811F) is known color: Green. HEX triplet: 01, 81 and 1F. RGB value is (1,129,31). Sum of RGB (Red+Green+Blue) = 1+129+31=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 129 (50.78% from 255 or 80.12% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 129 - color contains mainly: green. Hex color #01811F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01811F is #FE7EE0. Grayscale: #4F4F4F. Windows color (decimal): -16678625 or 2064641. OLE color: 2064641.
HSL color Cylindrical-coordinate representation of color #01811F: hue angle of 134.06º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01811F is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 31 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.49 |
| HSL | 134.06º | 0.98% | 0.25% | - |
| HSV(B) | 134.06º | 0.99% | 0.51% | - |
| XYZ | 8.11 | 15.81 | 3.92 | - |
| YUV | 79.56 | 100.59 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 31 | 0.99 | 0 | 0.76 | 0.49 | 134.06 | 0.98 | 0.25 |
| Hex | 1 | 81 | 1F | 63 | 0 | 4C | 31 | 86 | 62 | 19 |
| Octal | 1 | 201 | 37 | 143 | 0 | 114 | 61 | 206 | 142 | 31 |
| Binary | 1 | 10000001 | 11111 | 1100011 | 0 | 1001100 | 110001 | 10000110 | 1100010 | 11001 |
Color Harmonies of #01811F
Complementary color
Monochromatic Colors of #01811F
Black with #01811F
Text Example
Text Example
White with #01811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01811F; }
p { color: rgb(1,129,31); }
H1.HeaderClassName
{
color: #01811F;
}
.AnyTagClassName
{
color: #01811F;
}
</style>
background-color css
<style>
a { background-color: #01811F; }
a { background-color: rgb(1,129,31); }
div.DivClassName
{
background-color: #01811F;
}
.BgClassName
{
background-color: #01811F;
}
</style>
border-color css
<style>
span { border-color: #01811F; }
span { border-color: rgb(1,129,31); }
td.TdClassName
{
border-color: #01811F;
}
.TagClassName
{
border-color: #01811F;
}
</style>