Shades of Dark Pastel Green #1DC33A
Tints of Dark Pastel Green #1DC33A
RGB
CMYK
RGB Variations
Color information
#1DC33A (or 0x1DC33A) is known color: Dark Pastel Green. HEX triplet: 1D, C3 and 3A. RGB value is (29,195,58). Sum of RGB (Red+Green+Blue) = 29+195+58=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC33A is #E23CC5. Grayscale: #828282. Windows color (decimal): -14826694 or 3851037. OLE color: 3851037.
HSL color Cylindrical-coordinate representation of color #1DC33A: hue angle of 130.48º 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 #1DC33A is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 58 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.24 |
| HSL | 130.48º | 0.74% | 0.44% | - |
| HSV(B) | 130.48º | 0.85% | 0.76% | - |
| XYZ | 20.79 | 39.6 | 10.55 | - |
| YUV | 129.75 | 87.5 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 58 | 0.85 | 0 | 0.70 | 0.24 | 130.48 | 0.74 | 0.44 |
| Hex | 1D | C3 | 3A | 55 | 0 | 46 | 18 | 82 | 4A | 2C |
| Octal | 35 | 303 | 72 | 125 | 0 | 106 | 30 | 202 | 112 | 54 |
| Binary | 11101 | 11000011 | 111010 | 1010101 | 0 | 1000110 | 11000 | 10000010 | 1001010 | 101100 |
Color Harmonies of #1DC33A
Complementary color
Monochromatic Colors of #1DC33A
Black with #1DC33A
Text Example
Text Example
White with #1DC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC33A; }
p { color: rgb(29,195,58); }
H1.HeaderClassName
{
color: #1DC33A;
}
.AnyTagClassName
{
color: #1DC33A;
}
</style>
background-color css
<style>
a { background-color: #1DC33A; }
a { background-color: rgb(29,195,58); }
div.DivClassName
{
background-color: #1DC33A;
}
.BgClassName
{
background-color: #1DC33A;
}
</style>
border-color css
<style>
span { border-color: #1DC33A; }
span { border-color: rgb(29,195,58); }
td.TdClassName
{
border-color: #1DC33A;
}
.TagClassName
{
border-color: #1DC33A;
}
</style>