Shades of Dark Pastel Green #01C42B
Tints of Dark Pastel Green #01C42B
RGB
CMYK
RGB Variations
Color information
#01C42B (or 0x01C42B) is known color: Dark Pastel Green. HEX triplet: 01, C4 and 2B. RGB value is (1,196,43). Sum of RGB (Red+Green+Blue) = 1+196+43=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 196 (76.95% from 255 or 81.67% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 196 - color contains mainly: green. Hex color #01C42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C42B is #FE3BD4. Grayscale: #787878. Windows color (decimal): -16661461 or 2868225. OLE color: 2868225.
HSL color Cylindrical-coordinate representation of color #01C42B: hue angle of 132.92º 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 #01C42B is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 43 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.23 |
| HSL | 132.92º | 0.99% | 0.39% | - |
| HSV(B) | 132.92º | 0.99% | 0.77% | - |
| XYZ | 20.19 | 39.66 | 8.88 | - |
| YUV | 120.25 | 84.4 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 43 | 0.99 | 0 | 0.78 | 0.23 | 132.92 | 0.99 | 0.39 |
| Hex | 1 | C4 | 2B | 63 | 0 | 4E | 17 | 85 | 63 | 27 |
| Octal | 1 | 304 | 53 | 143 | 0 | 116 | 27 | 205 | 143 | 47 |
| Binary | 1 | 11000100 | 101011 | 1100011 | 0 | 1001110 | 10111 | 10000101 | 1100011 | 100111 |
Color Harmonies of #01C42B
Complementary color
Monochromatic Colors of #01C42B
Black with #01C42B
Text Example
Text Example
White with #01C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C42B; }
p { color: rgb(1,196,43); }
H1.HeaderClassName
{
color: #01C42B;
}
.AnyTagClassName
{
color: #01C42B;
}
</style>
background-color css
<style>
a { background-color: #01C42B; }
a { background-color: rgb(1,196,43); }
div.DivClassName
{
background-color: #01C42B;
}
.BgClassName
{
background-color: #01C42B;
}
</style>
border-color css
<style>
span { border-color: #01C42B; }
span { border-color: rgb(1,196,43); }
td.TdClassName
{
border-color: #01C42B;
}
.TagClassName
{
border-color: #01C42B;
}
</style>