Shades of Dark Pastel Green #1CC33E
Tints of Dark Pastel Green #1CC33E
RGB
CMYK
RGB Variations
Color information
#1CC33E (or 0x1CC33E) is known color: Dark Pastel Green. HEX triplet: 1C, C3 and 3E. RGB value is (28,195,62). Sum of RGB (Red+Green+Blue) = 28+195+62=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC33E is #E33CC1. Grayscale: #828282. Windows color (decimal): -14892226 or 4113180. OLE color: 4113180.
HSL color Cylindrical-coordinate representation of color #1CC33E: hue angle of 132.22º 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 #1CC33E is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 62 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.24 |
| HSL | 132.22º | 0.75% | 0.44% | - |
| HSV(B) | 132.22º | 0.86% | 0.76% | - |
| XYZ | 20.86 | 39.62 | 11.11 | - |
| YUV | 129.91 | 89.67 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 62 | 0.86 | 0 | 0.68 | 0.24 | 132.22 | 0.75 | 0.44 |
| Hex | 1C | C3 | 3E | 56 | 0 | 44 | 18 | 84 | 4B | 2C |
| Octal | 34 | 303 | 76 | 126 | 0 | 104 | 30 | 204 | 113 | 54 |
| Binary | 11100 | 11000011 | 111110 | 1010110 | 0 | 1000100 | 11000 | 10000100 | 1001011 | 101100 |
Color Harmonies of #1CC33E
Complementary color
Monochromatic Colors of #1CC33E
Black with #1CC33E
Text Example
Text Example
White with #1CC33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC33E; }
p { color: rgb(28,195,62); }
H1.HeaderClassName
{
color: #1CC33E;
}
.AnyTagClassName
{
color: #1CC33E;
}
</style>
background-color css
<style>
a { background-color: #1CC33E; }
a { background-color: rgb(28,195,62); }
div.DivClassName
{
background-color: #1CC33E;
}
.BgClassName
{
background-color: #1CC33E;
}
</style>
border-color css
<style>
span { border-color: #1CC33E; }
span { border-color: rgb(28,195,62); }
td.TdClassName
{
border-color: #1CC33E;
}
.TagClassName
{
border-color: #1CC33E;
}
</style>