Shades of Dark Pastel Green #1CC33B
Tints of Dark Pastel Green #1CC33B
RGB
CMYK
RGB Variations
Color information
#1CC33B (or 0x1CC33B) is known color: Dark Pastel Green. HEX triplet: 1C, C3 and 3B. RGB value is (28,195,59). Sum of RGB (Red+Green+Blue) = 28+195+59=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC33B is #E33CC4. Grayscale: #818181. Windows color (decimal): -14892229 or 3916572. OLE color: 3916572.
HSL color Cylindrical-coordinate representation of color #1CC33B: hue angle of 131.14º 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 #1CC33B is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 59 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.24 |
| HSL | 131.14º | 0.75% | 0.44% | - |
| HSV(B) | 131.14º | 0.86% | 0.76% | - |
| XYZ | 20.78 | 39.59 | 10.68 | - |
| YUV | 129.56 | 88.17 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 59 | 0.86 | 0 | 0.70 | 0.24 | 131.14 | 0.75 | 0.44 |
| Hex | 1C | C3 | 3B | 56 | 0 | 46 | 18 | 83 | 4B | 2C |
| Octal | 34 | 303 | 73 | 126 | 0 | 106 | 30 | 203 | 113 | 54 |
| Binary | 11100 | 11000011 | 111011 | 1010110 | 0 | 1000110 | 11000 | 10000011 | 1001011 | 101100 |
Color Harmonies of #1CC33B
Complementary color
Monochromatic Colors of #1CC33B
Black with #1CC33B
Text Example
Text Example
White with #1CC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC33B; }
p { color: rgb(28,195,59); }
H1.HeaderClassName
{
color: #1CC33B;
}
.AnyTagClassName
{
color: #1CC33B;
}
</style>
background-color css
<style>
a { background-color: #1CC33B; }
a { background-color: rgb(28,195,59); }
div.DivClassName
{
background-color: #1CC33B;
}
.BgClassName
{
background-color: #1CC33B;
}
</style>
border-color css
<style>
span { border-color: #1CC33B; }
span { border-color: rgb(28,195,59); }
td.TdClassName
{
border-color: #1CC33B;
}
.TagClassName
{
border-color: #1CC33B;
}
</style>