Shades of Dark Pastel Green #1DAA45
Tints of Dark Pastel Green #1DAA45
RGB
CMYK
RGB Variations
Color information
#1DAA45 (or 0x1DAA45) is known color: Dark Pastel Green. HEX triplet: 1D, AA and 45. RGB value is (29,170,69). Sum of RGB (Red+Green+Blue) = 29+170+69=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAA45 is #E255BA. Grayscale: #747474. Windows color (decimal): -14833083 or 4565533. OLE color: 4565533.
HSL color Cylindrical-coordinate representation of color #1DAA45: hue angle of 137.02º 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 #1DAA45 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 69 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.33 |
| HSL | 137.02º | 0.71% | 0.39% | - |
| HSV(B) | 137.02º | 0.83% | 0.67% | - |
| XYZ | 15.96 | 29.44 | 10.47 | - |
| YUV | 116.33 | 101.29 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 69 | 0.83 | 0 | 0.59 | 0.33 | 137.02 | 0.71 | 0.39 |
| Hex | 1D | AA | 45 | 53 | 0 | 3B | 21 | 89 | 47 | 27 |
| Octal | 35 | 252 | 105 | 123 | 0 | 73 | 41 | 211 | 107 | 47 |
| Binary | 11101 | 10101010 | 1000101 | 1010011 | 0 | 111011 | 100001 | 10001001 | 1000111 | 100111 |
Color Harmonies of #1DAA45
Complementary color
Monochromatic Colors of #1DAA45
Black with #1DAA45
Text Example
Text Example
White with #1DAA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA45; }
p { color: rgb(29,170,69); }
H1.HeaderClassName
{
color: #1DAA45;
}
.AnyTagClassName
{
color: #1DAA45;
}
</style>
background-color css
<style>
a { background-color: #1DAA45; }
a { background-color: rgb(29,170,69); }
div.DivClassName
{
background-color: #1DAA45;
}
.BgClassName
{
background-color: #1DAA45;
}
</style>
border-color css
<style>
span { border-color: #1DAA45; }
span { border-color: rgb(29,170,69); }
td.TdClassName
{
border-color: #1DAA45;
}
.TagClassName
{
border-color: #1DAA45;
}
</style>