Shades of Green #01851B
Tints of Green #01851B
RGB
CMYK
RGB Variations
Color information
#01851B (or 0x01851B) is known color: Green. HEX triplet: 01, 85 and 1B. RGB value is (1,133,27). Sum of RGB (Red+Green+Blue) = 1+133+27=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 133 (52.34% from 255 or 82.61% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 133 - color contains mainly: green. Hex color #01851B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01851B is #FE7AE4. Grayscale: #515151. Windows color (decimal): -16677605 or 1803521. OLE color: 1803521.
HSL color Cylindrical-coordinate representation of color #01851B: hue angle of 131.82º 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 #01851B is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 27 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.48 |
| HSL | 131.82º | 0.99% | 0.26% | - |
| HSV(B) | 131.82º | 0.99% | 0.52% | - |
| XYZ | 8.6 | 16.86 | 3.84 | - |
| YUV | 81.45 | 97.27 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 27 | 0.99 | 0 | 0.80 | 0.48 | 131.82 | 0.99 | 0.26 |
| Hex | 1 | 85 | 1B | 63 | 0 | 50 | 30 | 84 | 63 | 1A |
| Octal | 1 | 205 | 33 | 143 | 0 | 120 | 60 | 204 | 143 | 32 |
| Binary | 1 | 10000101 | 11011 | 1100011 | 0 | 1010000 | 110000 | 10000100 | 1100011 | 11010 |
Color Harmonies of #01851B
Complementary color
Monochromatic Colors of #01851B
Black with #01851B
Text Example
Text Example
White with #01851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01851B; }
p { color: rgb(1,133,27); }
H1.HeaderClassName
{
color: #01851B;
}
.AnyTagClassName
{
color: #01851B;
}
</style>
background-color css
<style>
a { background-color: #01851B; }
a { background-color: rgb(1,133,27); }
div.DivClassName
{
background-color: #01851B;
}
.BgClassName
{
background-color: #01851B;
}
</style>
border-color css
<style>
span { border-color: #01851B; }
span { border-color: rgb(1,133,27); }
td.TdClassName
{
border-color: #01851B;
}
.TagClassName
{
border-color: #01851B;
}
</style>