Shades of Dark Pastel Green #01CA2F
Tints of Dark Pastel Green #01CA2F
RGB
CMYK
RGB Variations
Color information
#01CA2F (or 0x01CA2F) is known color: Dark Pastel Green. HEX triplet: 01, CA and 2F. RGB value is (1,202,47). Sum of RGB (Red+Green+Blue) = 1+202+47=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CA2F is #FE35D0. Grayscale: #7C7C7C. Windows color (decimal): -16659921 or 3131905. OLE color: 3131905.
HSL color Cylindrical-coordinate representation of color #01CA2F: hue angle of 133.73º 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 #01CA2F is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 47 | - |
| CMYK | 1.00 | 0 | 0.77 | 0.21 |
| HSL | 133.73º | 0.99% | 0.4% | - |
| HSV(B) | 133.73º | 1% | 0.79% | - |
| XYZ | 21.65 | 42.45 | 9.74 | - |
| YUV | 124.23 | 84.41 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 47 | 1.00 | 0 | 0.77 | 0.21 | 133.73 | 0.99 | 0.4 |
| Hex | 1 | CA | 2F | 64 | 0 | 4D | 15 | 86 | 63 | 28 |
| Octal | 1 | 312 | 57 | 144 | 0 | 115 | 25 | 206 | 143 | 50 |
| Binary | 1 | 11001010 | 101111 | 1100100 | 0 | 1001101 | 10101 | 10000110 | 1100011 | 101000 |
Color Harmonies of #01CA2F
Complementary color
Monochromatic Colors of #01CA2F
Black with #01CA2F
Text Example
Text Example
White with #01CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA2F; }
p { color: rgb(1,202,47); }
H1.HeaderClassName
{
color: #01CA2F;
}
.AnyTagClassName
{
color: #01CA2F;
}
</style>
background-color css
<style>
a { background-color: #01CA2F; }
a { background-color: rgb(1,202,47); }
div.DivClassName
{
background-color: #01CA2F;
}
.BgClassName
{
background-color: #01CA2F;
}
</style>
border-color css
<style>
span { border-color: #01CA2F; }
span { border-color: rgb(1,202,47); }
td.TdClassName
{
border-color: #01CA2F;
}
.TagClassName
{
border-color: #01CA2F;
}
</style>