Shades of Dark Pastel Green #1DAC32
Tints of Dark Pastel Green #1DAC32
RGB
CMYK
RGB Variations
Color information
#1DAC32 (or 0x1DAC32) is known color: Dark Pastel Green. HEX triplet: 1D, AC and 32. RGB value is (29,172,50). Sum of RGB (Red+Green+Blue) = 29+172+50=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 172 (67.58% from 255 or 68.53% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAC32 is #E253CD. Grayscale: #737373. Windows color (decimal): -14832590 or 3320861. OLE color: 3320861.
HSL color Cylindrical-coordinate representation of color #1DAC32: hue angle of 128.81º 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 #1DAC32 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 50 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.33 |
| HSL | 128.81º | 0.71% | 0.39% | - |
| HSV(B) | 128.81º | 0.83% | 0.67% | - |
| XYZ | 15.83 | 30 | 7.97 | - |
| YUV | 115.34 | 91.12 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 50 | 0.83 | 0 | 0.71 | 0.33 | 128.81 | 0.71 | 0.39 |
| Hex | 1D | AC | 32 | 53 | 0 | 47 | 21 | 81 | 47 | 27 |
| Octal | 35 | 254 | 62 | 123 | 0 | 107 | 41 | 201 | 107 | 47 |
| Binary | 11101 | 10101100 | 110010 | 1010011 | 0 | 1000111 | 100001 | 10000001 | 1000111 | 100111 |
Color Harmonies of #1DAC32
Complementary color
Monochromatic Colors of #1DAC32
Black with #1DAC32
Text Example
Text Example
White with #1DAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC32; }
p { color: rgb(29,172,50); }
H1.HeaderClassName
{
color: #1DAC32;
}
.AnyTagClassName
{
color: #1DAC32;
}
</style>
background-color css
<style>
a { background-color: #1DAC32; }
a { background-color: rgb(29,172,50); }
div.DivClassName
{
background-color: #1DAC32;
}
.BgClassName
{
background-color: #1DAC32;
}
</style>
border-color css
<style>
span { border-color: #1DAC32; }
span { border-color: rgb(29,172,50); }
td.TdClassName
{
border-color: #1DAC32;
}
.TagClassName
{
border-color: #1DAC32;
}
</style>