Shades of Dark Pastel Green #1DC33C
Tints of Dark Pastel Green #1DC33C
RGB
CMYK
RGB Variations
Color information
#1DC33C (or 0x1DC33C) is known color: Dark Pastel Green. HEX triplet: 1D, C3 and 3C. RGB value is (29,195,60). Sum of RGB (Red+Green+Blue) = 29+195+60=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC33C is #E23CC3. Grayscale: #828282. Windows color (decimal): -14826692 or 3982109. OLE color: 3982109.
HSL color Cylindrical-coordinate representation of color #1DC33C: hue angle of 131.2º 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 #1DC33C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 60 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.24 |
| HSL | 131.2º | 0.74% | 0.44% | - |
| HSV(B) | 131.2º | 0.85% | 0.76% | - |
| XYZ | 20.84 | 39.62 | 10.82 | - |
| YUV | 129.98 | 88.5 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 60 | 0.85 | 0 | 0.69 | 0.24 | 131.2 | 0.74 | 0.44 |
| Hex | 1D | C3 | 3C | 55 | 0 | 45 | 18 | 83 | 4A | 2C |
| Octal | 35 | 303 | 74 | 125 | 0 | 105 | 30 | 203 | 112 | 54 |
| Binary | 11101 | 11000011 | 111100 | 1010101 | 0 | 1000101 | 11000 | 10000011 | 1001010 | 101100 |
Color Harmonies of #1DC33C
Complementary color
Monochromatic Colors of #1DC33C
Black with #1DC33C
Text Example
Text Example
White with #1DC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC33C; }
p { color: rgb(29,195,60); }
H1.HeaderClassName
{
color: #1DC33C;
}
.AnyTagClassName
{
color: #1DC33C;
}
</style>
background-color css
<style>
a { background-color: #1DC33C; }
a { background-color: rgb(29,195,60); }
div.DivClassName
{
background-color: #1DC33C;
}
.BgClassName
{
background-color: #1DC33C;
}
</style>
border-color css
<style>
span { border-color: #1DC33C; }
span { border-color: rgb(29,195,60); }
td.TdClassName
{
border-color: #1DC33C;
}
.TagClassName
{
border-color: #1DC33C;
}
</style>