Shades of Green #01851D
Tints of Green #01851D
RGB
CMYK
RGB Variations
Color information
#01851D (or 0x01851D) is known color: Green. HEX triplet: 01, 85 and 1D. RGB value is (1,133,29). Sum of RGB (Red+Green+Blue) = 1+133+29=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 133 (52.34% from 255 or 81.60% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 133 - color contains mainly: green. Hex color #01851D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01851D is #FE7AE2. Grayscale: #515151. Windows color (decimal): -16677603 or 1934593. OLE color: 1934593.
HSL color Cylindrical-coordinate representation of color #01851D: hue angle of 132.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01851D is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 29 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.48 |
| HSL | 132.73º | 0.99% | 0.26% | - |
| HSV(B) | 132.73º | 0.99% | 0.52% | - |
| XYZ | 8.62 | 16.87 | 3.96 | - |
| YUV | 81.68 | 98.27 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 29 | 0.99 | 0 | 0.78 | 0.48 | 132.73 | 0.99 | 0.26 |
| Hex | 1 | 85 | 1D | 63 | 0 | 4E | 30 | 85 | 63 | 1A |
| Octal | 1 | 205 | 35 | 143 | 0 | 116 | 60 | 205 | 143 | 32 |
| Binary | 1 | 10000101 | 11101 | 1100011 | 0 | 1001110 | 110000 | 10000101 | 1100011 | 11010 |
Color Harmonies of #01851D
Complementary color
Monochromatic Colors of #01851D
Black with #01851D
Text Example
Text Example
White with #01851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01851D; }
p { color: rgb(1,133,29); }
H1.HeaderClassName
{
color: #01851D;
}
.AnyTagClassName
{
color: #01851D;
}
</style>
background-color css
<style>
a { background-color: #01851D; }
a { background-color: rgb(1,133,29); }
div.DivClassName
{
background-color: #01851D;
}
.BgClassName
{
background-color: #01851D;
}
</style>
border-color css
<style>
span { border-color: #01851D; }
span { border-color: rgb(1,133,29); }
td.TdClassName
{
border-color: #01851D;
}
.TagClassName
{
border-color: #01851D;
}
</style>