Shades of Dark Pastel Green #01CD32
Tints of Dark Pastel Green #01CD32
RGB
CMYK
RGB Variations
Color information
#01CD32 (or 0x01CD32) is known color: Dark Pastel Green. HEX triplet: 01, CD and 32. RGB value is (1,205,50). Sum of RGB (Red+Green+Blue) = 1+205+50=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #01CD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CD32 is #FE32CD. Grayscale: #7E7E7E. Windows color (decimal): -16659150 or 3329281. OLE color: 3329281.
HSL color Cylindrical-coordinate representation of color #01CD32: hue angle of 134.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CD32 is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 205 | 50 | - |
| CMYK | 1.00 | 0 | 0.76 | 0.20 |
| HSL | 134.41º | 0.99% | 0.4% | - |
| HSV(B) | 134.41º | 1% | 0.8% | - |
| XYZ | 22.42 | 43.9 | 10.31 | - |
| YUV | 126.33 | 84.91 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 205 | 50 | 1.00 | 0 | 0.76 | 0.20 | 134.41 | 0.99 | 0.4 |
| Hex | 1 | CD | 32 | 64 | 0 | 4C | 14 | 86 | 63 | 28 |
| Octal | 1 | 315 | 62 | 144 | 0 | 114 | 24 | 206 | 143 | 50 |
| Binary | 1 | 11001101 | 110010 | 1100100 | 0 | 1001100 | 10100 | 10000110 | 1100011 | 101000 |
Color Harmonies of #01CD32
Complementary color
Monochromatic Colors of #01CD32
Black with #01CD32
Text Example
Text Example
White with #01CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CD32; }
p { color: rgb(1,205,50); }
H1.HeaderClassName
{
color: #01CD32;
}
.AnyTagClassName
{
color: #01CD32;
}
</style>
background-color css
<style>
a { background-color: #01CD32; }
a { background-color: rgb(1,205,50); }
div.DivClassName
{
background-color: #01CD32;
}
.BgClassName
{
background-color: #01CD32;
}
</style>
border-color css
<style>
span { border-color: #01CD32; }
span { border-color: rgb(1,205,50); }
td.TdClassName
{
border-color: #01CD32;
}
.TagClassName
{
border-color: #01CD32;
}
</style>