Shades of Dark Pastel Green #01B919
Tints of Dark Pastel Green #01B919
RGB
CMYK
RGB Variations
Color information
#01B919 (or 0x01B919) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 19. RGB value is (1,185,25). Sum of RGB (Red+Green+Blue) = 1+185+25=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 185 (72.66% from 255 or 87.68% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 185 - color contains mainly: green. Hex color #01B919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B919 is #FE46E6. Grayscale: #707070. Windows color (decimal): -16664295 or 1685761. OLE color: 1685761.
HSL color Cylindrical-coordinate representation of color #01B919: hue angle of 127.83º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B919 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 25 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.27 |
| HSL | 127.83º | 0.99% | 0.36% | - |
| HSV(B) | 127.83º | 0.99% | 0.73% | - |
| XYZ | 17.54 | 34.77 | 6.71 | - |
| YUV | 111.74 | 79.04 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 25 | 0.99 | 0 | 0.86 | 0.27 | 127.83 | 0.99 | 0.36 |
| Hex | 1 | B9 | 19 | 63 | 0 | 56 | 1B | 80 | 63 | 24 |
| Octal | 1 | 271 | 31 | 143 | 0 | 126 | 33 | 200 | 143 | 44 |
| Binary | 1 | 10111001 | 11001 | 1100011 | 0 | 1010110 | 11011 | 10000000 | 1100011 | 100100 |
Color Harmonies of #01B919
Complementary color
Monochromatic Colors of #01B919
Black with #01B919
Text Example
Text Example
White with #01B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B919; }
p { color: rgb(1,185,25); }
H1.HeaderClassName
{
color: #01B919;
}
.AnyTagClassName
{
color: #01B919;
}
</style>
background-color css
<style>
a { background-color: #01B919; }
a { background-color: rgb(1,185,25); }
div.DivClassName
{
background-color: #01B919;
}
.BgClassName
{
background-color: #01B919;
}
</style>
border-color css
<style>
span { border-color: #01B919; }
span { border-color: rgb(1,185,25); }
td.TdClassName
{
border-color: #01B919;
}
.TagClassName
{
border-color: #01B919;
}
</style>