Shades of Dark Pastel Green #1CCA41
Tints of Dark Pastel Green #1CCA41
RGB
CMYK
RGB Variations
Color information
#1CCA41 (or 0x1CCA41) is known color: Dark Pastel Green. HEX triplet: 1C, CA and 41. RGB value is (28,202,65). Sum of RGB (Red+Green+Blue) = 28+202+65=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA41 is #E335BE. Grayscale: #868686. Windows color (decimal): -14890431 or 4311580. OLE color: 4311580.
HSL color Cylindrical-coordinate representation of color #1CCA41: hue angle of 132.76º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA41 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 65 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.21 |
| HSL | 132.76º | 0.76% | 0.45% | - |
| HSV(B) | 132.76º | 0.86% | 0.79% | - |
| XYZ | 22.55 | 42.87 | 12.09 | - |
| YUV | 134.36 | 88.85 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 65 | 0.86 | 0 | 0.68 | 0.21 | 132.76 | 0.76 | 0.45 |
| Hex | 1C | CA | 41 | 56 | 0 | 44 | 15 | 85 | 4C | 2D |
| Octal | 34 | 312 | 101 | 126 | 0 | 104 | 25 | 205 | 114 | 55 |
| Binary | 11100 | 11001010 | 1000001 | 1010110 | 0 | 1000100 | 10101 | 10000101 | 1001100 | 101101 |
Color Harmonies of #1CCA41
Complementary color
Monochromatic Colors of #1CCA41
Black with #1CCA41
Text Example
Text Example
White with #1CCA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA41; }
p { color: rgb(28,202,65); }
H1.HeaderClassName
{
color: #1CCA41;
}
.AnyTagClassName
{
color: #1CCA41;
}
</style>
background-color css
<style>
a { background-color: #1CCA41; }
a { background-color: rgb(28,202,65); }
div.DivClassName
{
background-color: #1CCA41;
}
.BgClassName
{
background-color: #1CCA41;
}
</style>
border-color css
<style>
span { border-color: #1CCA41; }
span { border-color: rgb(28,202,65); }
td.TdClassName
{
border-color: #1CCA41;
}
.TagClassName
{
border-color: #1CCA41;
}
</style>