Shades of Green #01811B
Tints of Green #01811B
RGB
CMYK
RGB Variations
Color information
#01811B (or 0x01811B) is known color: Green. HEX triplet: 01, 81 and 1B. RGB value is (1,129,27). Sum of RGB (Red+Green+Blue) = 1+129+27=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 129 (50.78% from 255 or 82.17% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 129 - color contains mainly: green. Hex color #01811B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01811B is #FE7EE4. Grayscale: #4F4F4F. Windows color (decimal): -16678629 or 1802497. OLE color: 1802497.
HSL color Cylindrical-coordinate representation of color #01811B: hue angle of 132.19º 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 #01811B is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 27 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.49 |
| HSL | 132.19º | 0.98% | 0.25% | - |
| HSV(B) | 132.19º | 0.99% | 0.51% | - |
| XYZ | 8.06 | 15.79 | 3.66 | - |
| YUV | 79.1 | 98.59 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 27 | 0.99 | 0 | 0.79 | 0.49 | 132.19 | 0.98 | 0.25 |
| Hex | 1 | 81 | 1B | 63 | 0 | 4F | 31 | 84 | 62 | 19 |
| Octal | 1 | 201 | 33 | 143 | 0 | 117 | 61 | 204 | 142 | 31 |
| Binary | 1 | 10000001 | 11011 | 1100011 | 0 | 1001111 | 110001 | 10000100 | 1100010 | 11001 |
Color Harmonies of #01811B
Complementary color
Monochromatic Colors of #01811B
Black with #01811B
Text Example
Text Example
White with #01811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01811B; }
p { color: rgb(1,129,27); }
H1.HeaderClassName
{
color: #01811B;
}
.AnyTagClassName
{
color: #01811B;
}
</style>
background-color css
<style>
a { background-color: #01811B; }
a { background-color: rgb(1,129,27); }
div.DivClassName
{
background-color: #01811B;
}
.BgClassName
{
background-color: #01811B;
}
</style>
border-color css
<style>
span { border-color: #01811B; }
span { border-color: rgb(1,129,27); }
td.TdClassName
{
border-color: #01811B;
}
.TagClassName
{
border-color: #01811B;
}
</style>