Shades of Green #01810C
Tints of Green #01810C
RGB
CMYK
RGB Variations
Color information
#01810C (or 0x01810C) is known color: Green. HEX triplet: 01, 81 and 0C. RGB value is (1,129,12). Sum of RGB (Red+Green+Blue) = 1+129+12=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 129 (50.78% from 255 or 90.85% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 129 - color contains mainly: green. Hex color #01810C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01810C is #FE7EF3. Grayscale: #4D4D4D. Windows color (decimal): -16678644 or 819457. OLE color: 819457.
HSL color Cylindrical-coordinate representation of color #01810C: hue angle of 125.16º 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 #01810C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.49 |
| HSL | 125.16º | 0.98% | 0.25% | - |
| HSV(B) | 125.16º | 0.99% | 0.51% | - |
| XYZ | 7.93 | 15.73 | 2.97 | - |
| YUV | 77.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 12 | 0.99 | 0 | 0.91 | 0.49 | 125.16 | 0.98 | 0.25 |
| Hex | 1 | 81 | C | 63 | 0 | 5B | 31 | 7D | 62 | 19 |
| Octal | 1 | 201 | 14 | 143 | 0 | 133 | 61 | 175 | 142 | 31 |
| Binary | 1 | 10000001 | 1100 | 1100011 | 0 | 1011011 | 110001 | 1111101 | 1100010 | 11001 |
Color Harmonies of #01810C
Complementary color
Monochromatic Colors of #01810C
Black with #01810C
Text Example
Text Example
White with #01810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01810C; }
p { color: rgb(1,129,12); }
H1.HeaderClassName
{
color: #01810C;
}
.AnyTagClassName
{
color: #01810C;
}
</style>
background-color css
<style>
a { background-color: #01810C; }
a { background-color: rgb(1,129,12); }
div.DivClassName
{
background-color: #01810C;
}
.BgClassName
{
background-color: #01810C;
}
</style>
border-color css
<style>
span { border-color: #01810C; }
span { border-color: rgb(1,129,12); }
td.TdClassName
{
border-color: #01810C;
}
.TagClassName
{
border-color: #01810C;
}
</style>