Shades of Dark Pastel Green #01CC28
Tints of Dark Pastel Green #01CC28
RGB
CMYK
RGB Variations
Color information
#01CC28 (or 0x01CC28) is known color: Dark Pastel Green. HEX triplet: 01, CC and 28. RGB value is (1,204,40). Sum of RGB (Red+Green+Blue) = 1+204+40=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CC28 is #FE33D7. Grayscale: #7D7D7D. Windows color (decimal): -16659416 or 2673665. OLE color: 2673665.
HSL color Cylindrical-coordinate representation of color #01CC28: hue angle of 131.53º 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 #01CC28 is Cyan = 1.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 204 | 40 | - |
| CMYK | 1.00 | 0 | 0.80 | 0.2 |
| HSL | 131.53º | 0.99% | 0.4% | - |
| HSV(B) | 131.53º | 1% | 0.8% | - |
| XYZ | 21.99 | 43.35 | 9.22 | - |
| YUV | 124.61 | 80.25 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 40 | 1.00 | 0 | 0.80 | 0.2 | 131.53 | 0.99 | 0.4 |
| Hex | 1 | CC | 28 | 64 | 0 | 50 | 14 | 84 | 63 | 28 |
| Octal | 1 | 314 | 50 | 144 | 0 | 120 | 24 | 204 | 143 | 50 |
| Binary | 1 | 11001100 | 101000 | 1100100 | 0 | 1010000 | 10100 | 10000100 | 1100011 | 101000 |
Color Harmonies of #01CC28
Complementary color
Monochromatic Colors of #01CC28
Black with #01CC28
Text Example
Text Example
White with #01CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CC28; }
p { color: rgb(1,204,40); }
H1.HeaderClassName
{
color: #01CC28;
}
.AnyTagClassName
{
color: #01CC28;
}
</style>
background-color css
<style>
a { background-color: #01CC28; }
a { background-color: rgb(1,204,40); }
div.DivClassName
{
background-color: #01CC28;
}
.BgClassName
{
background-color: #01CC28;
}
</style>
border-color css
<style>
span { border-color: #01CC28; }
span { border-color: rgb(1,204,40); }
td.TdClassName
{
border-color: #01CC28;
}
.TagClassName
{
border-color: #01CC28;
}
</style>