Shades of Green #01801C
Tints of Green #01801C
RGB
CMYK
RGB Variations
Color information
#01801C (or 0x01801C) is known color: Green. HEX triplet: 01, 80 and 1C. RGB value is (1,128,28). Sum of RGB (Red+Green+Blue) = 1+128+28=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 128 (50.39% from 255 or 81.53% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 128 - color contains mainly: green. Hex color #01801C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01801C is #FE7FE3. Grayscale: #4E4E4E. Windows color (decimal): -16678884 or 1867777. OLE color: 1867777.
HSL color Cylindrical-coordinate representation of color #01801C: hue angle of 132.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01801C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 28 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.50 |
| HSL | 132.76º | 0.98% | 0.25% | - |
| HSV(B) | 132.76º | 0.99% | 0.5% | - |
| XYZ | 7.94 | 15.53 | 3.68 | - |
| YUV | 78.63 | 99.42 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 28 | 0.99 | 0 | 0.78 | 0.50 | 132.76 | 0.98 | 0.25 |
| Hex | 1 | 80 | 1C | 63 | 0 | 4E | 32 | 85 | 62 | 19 |
| Octal | 1 | 200 | 34 | 143 | 0 | 116 | 62 | 205 | 142 | 31 |
| Binary | 1 | 10000000 | 11100 | 1100011 | 0 | 1001110 | 110010 | 10000101 | 1100010 | 11001 |
Color Harmonies of #01801C
Complementary color
Monochromatic Colors of #01801C
Black with #01801C
Text Example
Text Example
White with #01801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01801C; }
p { color: rgb(1,128,28); }
H1.HeaderClassName
{
color: #01801C;
}
.AnyTagClassName
{
color: #01801C;
}
</style>
background-color css
<style>
a { background-color: #01801C; }
a { background-color: rgb(1,128,28); }
div.DivClassName
{
background-color: #01801C;
}
.BgClassName
{
background-color: #01801C;
}
</style>
border-color css
<style>
span { border-color: #01801C; }
span { border-color: rgb(1,128,28); }
td.TdClassName
{
border-color: #01801C;
}
.TagClassName
{
border-color: #01801C;
}
</style>