Shades of Dark Pastel Green #01C52F
Tints of Dark Pastel Green #01C52F
RGB
CMYK
RGB Variations
Color information
#01C52F (or 0x01C52F) is known color: Dark Pastel Green. HEX triplet: 01, C5 and 2F. RGB value is (1,197,47). Sum of RGB (Red+Green+Blue) = 1+197+47=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #01C52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C52F is #FE3AD0. Grayscale: #797979. Windows color (decimal): -16661201 or 3130625. OLE color: 3130625.
HSL color Cylindrical-coordinate representation of color #01C52F: hue angle of 134.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C52F is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 47 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.23 |
| HSL | 134.08º | 0.99% | 0.39% | - |
| HSV(B) | 134.08º | 0.99% | 0.77% | - |
| XYZ | 20.49 | 40.14 | 9.36 | - |
| YUV | 121.3 | 86.07 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 47 | 0.99 | 0 | 0.76 | 0.23 | 134.08 | 0.99 | 0.39 |
| Hex | 1 | C5 | 2F | 63 | 0 | 4C | 17 | 86 | 63 | 27 |
| Octal | 1 | 305 | 57 | 143 | 0 | 114 | 27 | 206 | 143 | 47 |
| Binary | 1 | 11000101 | 101111 | 1100011 | 0 | 1001100 | 10111 | 10000110 | 1100011 | 100111 |
Color Harmonies of #01C52F
Complementary color
Monochromatic Colors of #01C52F
Black with #01C52F
Text Example
Text Example
White with #01C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C52F; }
p { color: rgb(1,197,47); }
H1.HeaderClassName
{
color: #01C52F;
}
.AnyTagClassName
{
color: #01C52F;
}
</style>
background-color css
<style>
a { background-color: #01C52F; }
a { background-color: rgb(1,197,47); }
div.DivClassName
{
background-color: #01C52F;
}
.BgClassName
{
background-color: #01C52F;
}
</style>
border-color css
<style>
span { border-color: #01C52F; }
span { border-color: rgb(1,197,47); }
td.TdClassName
{
border-color: #01C52F;
}
.TagClassName
{
border-color: #01C52F;
}
</style>