Shades of Dark Pastel Green #01C92F
Tints of Dark Pastel Green #01C92F
RGB
CMYK
RGB Variations
Color information
#01C92F (or 0x01C92F) is known color: Dark Pastel Green. HEX triplet: 01, C9 and 2F. RGB value is (1,201,47). Sum of RGB (Red+Green+Blue) = 1+201+47=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #01C92F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C92F is #FE36D0. Grayscale: #7C7C7C. Windows color (decimal): -16660177 or 3131649. OLE color: 3131649.
HSL color Cylindrical-coordinate representation of color #01C92F: hue angle of 133.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C92F is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 47 | - |
| CMYK | 1.00 | 0 | 0.77 | 0.21 |
| HSL | 133.8º | 0.99% | 0.4% | - |
| HSV(B) | 133.8º | 1% | 0.79% | - |
| XYZ | 21.41 | 41.98 | 9.66 | - |
| YUV | 123.64 | 84.74 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 47 | 1.00 | 0 | 0.77 | 0.21 | 133.8 | 0.99 | 0.4 |
| Hex | 1 | C9 | 2F | 64 | 0 | 4D | 15 | 86 | 63 | 28 |
| Octal | 1 | 311 | 57 | 144 | 0 | 115 | 25 | 206 | 143 | 50 |
| Binary | 1 | 11001001 | 101111 | 1100100 | 0 | 1001101 | 10101 | 10000110 | 1100011 | 101000 |
Color Harmonies of #01C92F
Complementary color
Monochromatic Colors of #01C92F
Black with #01C92F
Text Example
Text Example
White with #01C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C92F; }
p { color: rgb(1,201,47); }
H1.HeaderClassName
{
color: #01C92F;
}
.AnyTagClassName
{
color: #01C92F;
}
</style>
background-color css
<style>
a { background-color: #01C92F; }
a { background-color: rgb(1,201,47); }
div.DivClassName
{
background-color: #01C92F;
}
.BgClassName
{
background-color: #01C92F;
}
</style>
border-color css
<style>
span { border-color: #01C92F; }
span { border-color: rgb(1,201,47); }
td.TdClassName
{
border-color: #01C92F;
}
.TagClassName
{
border-color: #01C92F;
}
</style>