Shades of Dark Pastel Green #1DC23C
Tints of Dark Pastel Green #1DC23C
RGB
CMYK
RGB Variations
Color information
#1DC23C (or 0x1DC23C) is known color: Dark Pastel Green. HEX triplet: 1D, C2 and 3C. RGB value is (29,194,60). Sum of RGB (Red+Green+Blue) = 29+194+60=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC23C is #E23DC3. Grayscale: #818181. Windows color (decimal): -14826948 or 3981853. OLE color: 3981853.
HSL color Cylindrical-coordinate representation of color #1DC23C: hue angle of 131.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC23C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 60 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.24 |
| HSL | 131.27º | 0.74% | 0.44% | - |
| HSV(B) | 131.27º | 0.85% | 0.76% | - |
| XYZ | 20.61 | 39.17 | 10.75 | - |
| YUV | 129.39 | 88.84 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 60 | 0.85 | 0 | 0.69 | 0.24 | 131.27 | 0.74 | 0.44 |
| Hex | 1D | C2 | 3C | 55 | 0 | 45 | 18 | 83 | 4A | 2C |
| Octal | 35 | 302 | 74 | 125 | 0 | 105 | 30 | 203 | 112 | 54 |
| Binary | 11101 | 11000010 | 111100 | 1010101 | 0 | 1000101 | 11000 | 10000011 | 1001010 | 101100 |
Color Harmonies of #1DC23C
Complementary color
Monochromatic Colors of #1DC23C
Black with #1DC23C
Text Example
Text Example
White with #1DC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC23C; }
p { color: rgb(29,194,60); }
H1.HeaderClassName
{
color: #1DC23C;
}
.AnyTagClassName
{
color: #1DC23C;
}
</style>
background-color css
<style>
a { background-color: #1DC23C; }
a { background-color: rgb(29,194,60); }
div.DivClassName
{
background-color: #1DC23C;
}
.BgClassName
{
background-color: #1DC23C;
}
</style>
border-color css
<style>
span { border-color: #1DC23C; }
span { border-color: rgb(29,194,60); }
td.TdClassName
{
border-color: #1DC23C;
}
.TagClassName
{
border-color: #1DC23C;
}
</style>