Shades of Dark Pastel Green #01B921
Tints of Dark Pastel Green #01B921
RGB
CMYK
RGB Variations
Color information
#01B921 (or 0x01B921) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 21. RGB value is (1,185,33). Sum of RGB (Red+Green+Blue) = 1+185+33=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 185 (72.66% from 255 or 84.47% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 185 - color contains mainly: green. Hex color #01B921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B921 is #FE46DE. Grayscale: #717171. Windows color (decimal): -16664287 or 2210049. OLE color: 2210049.
HSL color Cylindrical-coordinate representation of color #01B921: hue angle of 130.43º 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 #01B921 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 33 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.27 |
| HSL | 130.43º | 0.99% | 0.36% | - |
| HSV(B) | 130.43º | 0.99% | 0.73% | - |
| XYZ | 17.64 | 34.81 | 7.23 | - |
| YUV | 112.66 | 83.04 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 33 | 0.99 | 0 | 0.82 | 0.27 | 130.43 | 0.99 | 0.36 |
| Hex | 1 | B9 | 21 | 63 | 0 | 52 | 1B | 82 | 63 | 24 |
| Octal | 1 | 271 | 41 | 143 | 0 | 122 | 33 | 202 | 143 | 44 |
| Binary | 1 | 10111001 | 100001 | 1100011 | 0 | 1010010 | 11011 | 10000010 | 1100011 | 100100 |
Color Harmonies of #01B921
Complementary color
Monochromatic Colors of #01B921
Black with #01B921
Text Example
Text Example
White with #01B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B921; }
p { color: rgb(1,185,33); }
H1.HeaderClassName
{
color: #01B921;
}
.AnyTagClassName
{
color: #01B921;
}
</style>
background-color css
<style>
a { background-color: #01B921; }
a { background-color: rgb(1,185,33); }
div.DivClassName
{
background-color: #01B921;
}
.BgClassName
{
background-color: #01B921;
}
</style>
border-color css
<style>
span { border-color: #01B921; }
span { border-color: rgb(1,185,33); }
td.TdClassName
{
border-color: #01B921;
}
.TagClassName
{
border-color: #01B921;
}
</style>