Shades of Dark Pastel Green #1CC249
Tints of Dark Pastel Green #1CC249
RGB
CMYK
RGB Variations
Color information
#1CC249 (or 0x1CC249) is known color: Dark Pastel Green. HEX triplet: 1C, C2 and 49. RGB value is (28,194,73). Sum of RGB (Red+Green+Blue) = 28+194+73=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC249 is #E33DB6. Grayscale: #828282. Windows color (decimal): -14892471 or 4833820. OLE color: 4833820.
HSL color Cylindrical-coordinate representation of color #1CC249: hue angle of 136.27º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC249 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 73 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.24 |
| HSL | 136.27º | 0.75% | 0.44% | - |
| HSV(B) | 136.27º | 0.86% | 0.76% | - |
| XYZ | 20.97 | 39.31 | 12.79 | - |
| YUV | 130.57 | 95.5 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 73 | 0.86 | 0 | 0.62 | 0.24 | 136.27 | 0.75 | 0.44 |
| Hex | 1C | C2 | 49 | 56 | 0 | 3E | 18 | 88 | 4B | 2C |
| Octal | 34 | 302 | 111 | 126 | 0 | 76 | 30 | 210 | 113 | 54 |
| Binary | 11100 | 11000010 | 1001001 | 1010110 | 0 | 111110 | 11000 | 10001000 | 1001011 | 101100 |
Color Harmonies of #1CC249
Complementary color
Monochromatic Colors of #1CC249
Black with #1CC249
Text Example
Text Example
White with #1CC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC249; }
p { color: rgb(28,194,73); }
H1.HeaderClassName
{
color: #1CC249;
}
.AnyTagClassName
{
color: #1CC249;
}
</style>
background-color css
<style>
a { background-color: #1CC249; }
a { background-color: rgb(28,194,73); }
div.DivClassName
{
background-color: #1CC249;
}
.BgClassName
{
background-color: #1CC249;
}
</style>
border-color css
<style>
span { border-color: #1CC249; }
span { border-color: rgb(28,194,73); }
td.TdClassName
{
border-color: #1CC249;
}
.TagClassName
{
border-color: #1CC249;
}
</style>