Shades of Dark Pastel Green #1CC13B
Tints of Dark Pastel Green #1CC13B
RGB
CMYK
RGB Variations
Color information
#1CC13B (or 0x1CC13B) is known color: Dark Pastel Green. HEX triplet: 1C, C1 and 3B. RGB value is (28,193,59). Sum of RGB (Red+Green+Blue) = 28+193+59=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC13B is #E33EC4. Grayscale: #808080. Windows color (decimal): -14892741 or 3916060. OLE color: 3916060.
HSL color Cylindrical-coordinate representation of color #1CC13B: hue angle of 131.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC13B is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 59 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.24 |
| HSL | 131.27º | 0.75% | 0.43% | - |
| HSV(B) | 131.27º | 0.85% | 0.76% | - |
| XYZ | 20.34 | 38.7 | 10.54 | - |
| YUV | 128.39 | 88.84 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 59 | 0.85 | 0 | 0.69 | 0.24 | 131.27 | 0.75 | 0.43 |
| Hex | 1C | C1 | 3B | 55 | 0 | 45 | 18 | 83 | 4B | 2B |
| Octal | 34 | 301 | 73 | 125 | 0 | 105 | 30 | 203 | 113 | 53 |
| Binary | 11100 | 11000001 | 111011 | 1010101 | 0 | 1000101 | 11000 | 10000011 | 1001011 | 101011 |
Color Harmonies of #1CC13B
Complementary color
Monochromatic Colors of #1CC13B
Black with #1CC13B
Text Example
Text Example
White with #1CC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC13B; }
p { color: rgb(28,193,59); }
H1.HeaderClassName
{
color: #1CC13B;
}
.AnyTagClassName
{
color: #1CC13B;
}
</style>
background-color css
<style>
a { background-color: #1CC13B; }
a { background-color: rgb(28,193,59); }
div.DivClassName
{
background-color: #1CC13B;
}
.BgClassName
{
background-color: #1CC13B;
}
</style>
border-color css
<style>
span { border-color: #1CC13B; }
span { border-color: rgb(28,193,59); }
td.TdClassName
{
border-color: #1CC13B;
}
.TagClassName
{
border-color: #1CC13B;
}
</style>