Shades of Dark Pastel Green #1CC23B
Tints of Dark Pastel Green #1CC23B
RGB
CMYK
RGB Variations
Color information
#1CC23B (or 0x1CC23B) is known color: Dark Pastel Green. HEX triplet: 1C, C2 and 3B. RGB value is (28,194,59). Sum of RGB (Red+Green+Blue) = 28+194+59=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC23B is #E33DC4. Grayscale: #818181. Windows color (decimal): -14892485 or 3916316. OLE color: 3916316.
HSL color Cylindrical-coordinate representation of color #1CC23B: hue angle of 131.2º 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 #1CC23B is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 59 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.24 |
| HSL | 131.2º | 0.75% | 0.44% | - |
| HSV(B) | 131.2º | 0.86% | 0.76% | - |
| XYZ | 20.56 | 39.15 | 10.61 | - |
| YUV | 128.98 | 88.5 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 59 | 0.86 | 0 | 0.70 | 0.24 | 131.2 | 0.75 | 0.44 |
| Hex | 1C | C2 | 3B | 56 | 0 | 46 | 18 | 83 | 4B | 2C |
| Octal | 34 | 302 | 73 | 126 | 0 | 106 | 30 | 203 | 113 | 54 |
| Binary | 11100 | 11000010 | 111011 | 1010110 | 0 | 1000110 | 11000 | 10000011 | 1001011 | 101100 |
Color Harmonies of #1CC23B
Complementary color
Monochromatic Colors of #1CC23B
Black with #1CC23B
Text Example
Text Example
White with #1CC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC23B; }
p { color: rgb(28,194,59); }
H1.HeaderClassName
{
color: #1CC23B;
}
.AnyTagClassName
{
color: #1CC23B;
}
</style>
background-color css
<style>
a { background-color: #1CC23B; }
a { background-color: rgb(28,194,59); }
div.DivClassName
{
background-color: #1CC23B;
}
.BgClassName
{
background-color: #1CC23B;
}
</style>
border-color css
<style>
span { border-color: #1CC23B; }
span { border-color: rgb(28,194,59); }
td.TdClassName
{
border-color: #1CC23B;
}
.TagClassName
{
border-color: #1CC23B;
}
</style>