Shades of Dark Pastel Green #1DAA3C
Tints of Dark Pastel Green #1DAA3C
RGB
CMYK
RGB Variations
Color information
#1DAA3C (or 0x1DAA3C) is known color: Dark Pastel Green. HEX triplet: 1D, AA and 3C. RGB value is (29,170,60). Sum of RGB (Red+Green+Blue) = 29+170+60=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAA3C is #E255C3. Grayscale: #737373. Windows color (decimal): -14833092 or 3975709. OLE color: 3975709.
HSL color Cylindrical-coordinate representation of color #1DAA3C: hue angle of 133.19º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA3C is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 60 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.33 |
| HSL | 133.19º | 0.71% | 0.39% | - |
| HSV(B) | 133.19º | 0.83% | 0.67% | - |
| XYZ | 15.7 | 29.34 | 9.11 | - |
| YUV | 115.3 | 96.79 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 60 | 0.83 | 0 | 0.65 | 0.33 | 133.19 | 0.71 | 0.39 |
| Hex | 1D | AA | 3C | 53 | 0 | 41 | 21 | 85 | 47 | 27 |
| Octal | 35 | 252 | 74 | 123 | 0 | 101 | 41 | 205 | 107 | 47 |
| Binary | 11101 | 10101010 | 111100 | 1010011 | 0 | 1000001 | 100001 | 10000101 | 1000111 | 100111 |
Color Harmonies of #1DAA3C
Complementary color
Monochromatic Colors of #1DAA3C
Black with #1DAA3C
Text Example
Text Example
White with #1DAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA3C; }
p { color: rgb(29,170,60); }
H1.HeaderClassName
{
color: #1DAA3C;
}
.AnyTagClassName
{
color: #1DAA3C;
}
</style>
background-color css
<style>
a { background-color: #1DAA3C; }
a { background-color: rgb(29,170,60); }
div.DivClassName
{
background-color: #1DAA3C;
}
.BgClassName
{
background-color: #1DAA3C;
}
</style>
border-color css
<style>
span { border-color: #1DAA3C; }
span { border-color: rgb(29,170,60); }
td.TdClassName
{
border-color: #1DAA3C;
}
.TagClassName
{
border-color: #1DAA3C;
}
</style>