Shades of Dark Pastel Green #01BD32
Tints of Dark Pastel Green #01BD32
RGB
CMYK
RGB Variations
Color information
#01BD32 (or 0x01BD32) is known color: Dark Pastel Green. HEX triplet: 01, BD and 32. RGB value is (1,189,50). Sum of RGB (Red+Green+Blue) = 1+189+50=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 189 (74.22% from 255 or 78.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BD32 is #FE42CD. Grayscale: #757575. Windows color (decimal): -16663246 or 3325185. OLE color: 3325185.
HSL color Cylindrical-coordinate representation of color #01BD32: hue angle of 135.64º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BD32 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 50 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.26 |
| HSL | 135.64º | 0.99% | 0.37% | - |
| HSV(B) | 135.64º | 0.99% | 0.74% | - |
| XYZ | 18.79 | 36.63 | 9.1 | - |
| YUV | 116.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 50 | 0.99 | 0 | 0.74 | 0.26 | 135.64 | 0.99 | 0.37 |
| Hex | 1 | BD | 32 | 63 | 0 | 4A | 1A | 88 | 63 | 25 |
| Octal | 1 | 275 | 62 | 143 | 0 | 112 | 32 | 210 | 143 | 45 |
| Binary | 1 | 10111101 | 110010 | 1100011 | 0 | 1001010 | 11010 | 10001000 | 1100011 | 100101 |
Color Harmonies of #01BD32
Complementary color
Monochromatic Colors of #01BD32
Black with #01BD32
Text Example
Text Example
White with #01BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD32; }
p { color: rgb(1,189,50); }
H1.HeaderClassName
{
color: #01BD32;
}
.AnyTagClassName
{
color: #01BD32;
}
</style>
background-color css
<style>
a { background-color: #01BD32; }
a { background-color: rgb(1,189,50); }
div.DivClassName
{
background-color: #01BD32;
}
.BgClassName
{
background-color: #01BD32;
}
</style>
border-color css
<style>
span { border-color: #01BD32; }
span { border-color: rgb(1,189,50); }
td.TdClassName
{
border-color: #01BD32;
}
.TagClassName
{
border-color: #01BD32;
}
</style>