Shades of Dark Pastel Green #1DC03C
Tints of Dark Pastel Green #1DC03C
RGB
CMYK
RGB Variations
Color information
#1DC03C (or 0x1DC03C) is known color: Dark Pastel Green. HEX triplet: 1D, C0 and 3C. RGB value is (29,192,60). Sum of RGB (Red+Green+Blue) = 29+192+60=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC03C is #E23FC3. Grayscale: #808080. Windows color (decimal): -14827460 or 3981341. OLE color: 3981341.
HSL color Cylindrical-coordinate representation of color #1DC03C: hue angle of 131.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC03C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 60 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.25 |
| HSL | 131.41º | 0.74% | 0.43% | - |
| HSV(B) | 131.41º | 0.85% | 0.75% | - |
| XYZ | 20.17 | 38.29 | 10.6 | - |
| YUV | 128.22 | 89.5 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 60 | 0.85 | 0 | 0.69 | 0.25 | 131.41 | 0.74 | 0.43 |
| Hex | 1D | C0 | 3C | 55 | 0 | 45 | 19 | 83 | 4A | 2B |
| Octal | 35 | 300 | 74 | 125 | 0 | 105 | 31 | 203 | 112 | 53 |
| Binary | 11101 | 11000000 | 111100 | 1010101 | 0 | 1000101 | 11001 | 10000011 | 1001010 | 101011 |
Color Harmonies of #1DC03C
Complementary color
Monochromatic Colors of #1DC03C
Black with #1DC03C
Text Example
Text Example
White with #1DC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC03C; }
p { color: rgb(29,192,60); }
H1.HeaderClassName
{
color: #1DC03C;
}
.AnyTagClassName
{
color: #1DC03C;
}
</style>
background-color css
<style>
a { background-color: #1DC03C; }
a { background-color: rgb(29,192,60); }
div.DivClassName
{
background-color: #1DC03C;
}
.BgClassName
{
background-color: #1DC03C;
}
</style>
border-color css
<style>
span { border-color: #1DC03C; }
span { border-color: rgb(29,192,60); }
td.TdClassName
{
border-color: #1DC03C;
}
.TagClassName
{
border-color: #1DC03C;
}
</style>