Shades of Green #01861C
Tints of Green #01861C
RGB
CMYK
RGB Variations
Color information
#01861C (or 0x01861C) is known color: Green. HEX triplet: 01, 86 and 1C. RGB value is (1,134,28). Sum of RGB (Red+Green+Blue) = 1+134+28=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 134 (52.73% from 255 or 82.21% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 134 - color contains mainly: green. Hex color #01861C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01861C is #FE79E3. Grayscale: #525252. Windows color (decimal): -16677348 or 1869313. OLE color: 1869313.
HSL color Cylindrical-coordinate representation of color #01861C: hue angle of 132.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01861C is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 28 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.47 |
| HSL | 132.18º | 0.99% | 0.26% | - |
| HSV(B) | 132.18º | 0.99% | 0.53% | - |
| XYZ | 8.75 | 17.14 | 3.95 | - |
| YUV | 82.15 | 97.44 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 28 | 0.99 | 0 | 0.79 | 0.47 | 132.18 | 0.99 | 0.26 |
| Hex | 1 | 86 | 1C | 63 | 0 | 4F | 2F | 84 | 63 | 1A |
| Octal | 1 | 206 | 34 | 143 | 0 | 117 | 57 | 204 | 143 | 32 |
| Binary | 1 | 10000110 | 11100 | 1100011 | 0 | 1001111 | 101111 | 10000100 | 1100011 | 11010 |
Color Harmonies of #01861C
Complementary color
Monochromatic Colors of #01861C
Black with #01861C
Text Example
Text Example
White with #01861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01861C; }
p { color: rgb(1,134,28); }
H1.HeaderClassName
{
color: #01861C;
}
.AnyTagClassName
{
color: #01861C;
}
</style>
background-color css
<style>
a { background-color: #01861C; }
a { background-color: rgb(1,134,28); }
div.DivClassName
{
background-color: #01861C;
}
.BgClassName
{
background-color: #01861C;
}
</style>
border-color css
<style>
span { border-color: #01861C; }
span { border-color: rgb(1,134,28); }
td.TdClassName
{
border-color: #01861C;
}
.TagClassName
{
border-color: #01861C;
}
</style>