Shades of Green #01850B
Tints of Green #01850B
RGB
CMYK
RGB Variations
Color information
#01850B (or 0x01850B) is known color: Green. HEX triplet: 01, 85 and 0B. RGB value is (1,133,11). Sum of RGB (Red+Green+Blue) = 1+133+11=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 133 (52.34% from 255 or 91.72% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 133 - color contains mainly: green. Hex color #01850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01850B is #FE7AF4. Grayscale: #4F4F4F. Windows color (decimal): -16677621 or 754945. OLE color: 754945.
HSL color Cylindrical-coordinate representation of color #01850B: hue angle of 124.55º 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 #01850B is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 11 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.48 |
| HSL | 124.55º | 0.99% | 0.26% | - |
| HSV(B) | 124.55º | 0.99% | 0.52% | - |
| XYZ | 8.46 | 16.81 | 3.11 | - |
| YUV | 79.62 | 89.27 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 11 | 0.99 | 0 | 0.92 | 0.48 | 124.55 | 0.99 | 0.26 |
| Hex | 1 | 85 | B | 63 | 0 | 5C | 30 | 7D | 63 | 1A |
| Octal | 1 | 205 | 13 | 143 | 0 | 134 | 60 | 175 | 143 | 32 |
| Binary | 1 | 10000101 | 1011 | 1100011 | 0 | 1011100 | 110000 | 1111101 | 1100011 | 11010 |
Color Harmonies of #01850B
Complementary color
Monochromatic Colors of #01850B
Black with #01850B
Text Example
Text Example
White with #01850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01850B; }
p { color: rgb(1,133,11); }
H1.HeaderClassName
{
color: #01850B;
}
.AnyTagClassName
{
color: #01850B;
}
</style>
background-color css
<style>
a { background-color: #01850B; }
a { background-color: rgb(1,133,11); }
div.DivClassName
{
background-color: #01850B;
}
.BgClassName
{
background-color: #01850B;
}
</style>
border-color css
<style>
span { border-color: #01850B; }
span { border-color: rgb(1,133,11); }
td.TdClassName
{
border-color: #01850B;
}
.TagClassName
{
border-color: #01850B;
}
</style>