Shades of Dark Pastel Green #1CC237
Tints of Dark Pastel Green #1CC237
RGB
CMYK
RGB Variations
Color information
#1CC237 (or 0x1CC237) is known color: Dark Pastel Green. HEX triplet: 1C, C2 and 37. RGB value is (28,194,55). Sum of RGB (Red+Green+Blue) = 28+194+55=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 194 (76.17% from 255 or 70.04% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC237 is #E33DC8. Grayscale: #808080. Windows color (decimal): -14892489 or 3654172. OLE color: 3654172.
HSL color Cylindrical-coordinate representation of color #1CC237: hue angle of 129.76º 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 #1CC237 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 55 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.24 |
| HSL | 129.76º | 0.75% | 0.44% | - |
| HSV(B) | 129.76º | 0.86% | 0.76% | - |
| XYZ | 20.46 | 39.11 | 10.08 | - |
| YUV | 128.52 | 86.5 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 55 | 0.86 | 0 | 0.72 | 0.24 | 129.76 | 0.75 | 0.44 |
| Hex | 1C | C2 | 37 | 56 | 0 | 48 | 18 | 82 | 4B | 2C |
| Octal | 34 | 302 | 67 | 126 | 0 | 110 | 30 | 202 | 113 | 54 |
| Binary | 11100 | 11000010 | 110111 | 1010110 | 0 | 1001000 | 11000 | 10000010 | 1001011 | 101100 |
Color Harmonies of #1CC237
Complementary color
Monochromatic Colors of #1CC237
Black with #1CC237
Text Example
Text Example
White with #1CC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC237; }
p { color: rgb(28,194,55); }
H1.HeaderClassName
{
color: #1CC237;
}
.AnyTagClassName
{
color: #1CC237;
}
</style>
background-color css
<style>
a { background-color: #1CC237; }
a { background-color: rgb(28,194,55); }
div.DivClassName
{
background-color: #1CC237;
}
.BgClassName
{
background-color: #1CC237;
}
</style>
border-color css
<style>
span { border-color: #1CC237; }
span { border-color: rgb(28,194,55); }
td.TdClassName
{
border-color: #1CC237;
}
.TagClassName
{
border-color: #1CC237;
}
</style>