Shades of Green #01810F
Tints of Green #01810F
RGB
CMYK
RGB Variations
Color information
#01810F (or 0x01810F) is known color: Green. HEX triplet: 01, 81 and 0F. RGB value is (1,129,15). Sum of RGB (Red+Green+Blue) = 1+129+15=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 129 (50.78% from 255 or 88.97% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 129 - color contains mainly: green. Hex color #01810F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01810F is #FE7EF0. Grayscale: #4E4E4E. Windows color (decimal): -16678641 or 1016065. OLE color: 1016065.
HSL color Cylindrical-coordinate representation of color #01810F: hue angle of 126.56º 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 #01810F is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 15 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.49 |
| HSL | 126.56º | 0.98% | 0.25% | - |
| HSV(B) | 126.56º | 0.99% | 0.51% | - |
| XYZ | 7.95 | 15.74 | 3.07 | - |
| YUV | 77.73 | 92.59 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 15 | 0.99 | 0 | 0.88 | 0.49 | 126.56 | 0.98 | 0.25 |
| Hex | 1 | 81 | F | 63 | 0 | 58 | 31 | 7F | 62 | 19 |
| Octal | 1 | 201 | 17 | 143 | 0 | 130 | 61 | 177 | 142 | 31 |
| Binary | 1 | 10000001 | 1111 | 1100011 | 0 | 1011000 | 110001 | 1111111 | 1100010 | 11001 |
Color Harmonies of #01810F
Complementary color
Monochromatic Colors of #01810F
Black with #01810F
Text Example
Text Example
White with #01810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01810F; }
p { color: rgb(1,129,15); }
H1.HeaderClassName
{
color: #01810F;
}
.AnyTagClassName
{
color: #01810F;
}
</style>
background-color css
<style>
a { background-color: #01810F; }
a { background-color: rgb(1,129,15); }
div.DivClassName
{
background-color: #01810F;
}
.BgClassName
{
background-color: #01810F;
}
</style>
border-color css
<style>
span { border-color: #01810F; }
span { border-color: rgb(1,129,15); }
td.TdClassName
{
border-color: #01810F;
}
.TagClassName
{
border-color: #01810F;
}
</style>