Shades of Dark Pastel Green #1DA934
Tints of Dark Pastel Green #1DA934
RGB
CMYK
RGB Variations
Color information
#1DA934 (or 0x1DA934) is known color: Dark Pastel Green. HEX triplet: 1D, A9 and 34. RGB value is (29,169,52). Sum of RGB (Red+Green+Blue) = 29+169+52=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 169 (66.41% from 255 or 67.6% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA934 is #E256CB. Grayscale: #727272. Windows color (decimal): -14833356 or 3451165. OLE color: 3451165.
HSL color Cylindrical-coordinate representation of color #1DA934: hue angle of 129.86º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA934 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 52 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.34 |
| HSL | 129.86º | 0.71% | 0.39% | - |
| HSV(B) | 129.86º | 0.83% | 0.66% | - |
| XYZ | 15.31 | 28.89 | 8.02 | - |
| YUV | 113.8 | 93.12 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 52 | 0.83 | 0 | 0.69 | 0.34 | 129.86 | 0.71 | 0.39 |
| Hex | 1D | A9 | 34 | 53 | 0 | 45 | 22 | 82 | 47 | 27 |
| Octal | 35 | 251 | 64 | 123 | 0 | 105 | 42 | 202 | 107 | 47 |
| Binary | 11101 | 10101001 | 110100 | 1010011 | 0 | 1000101 | 100010 | 10000010 | 1000111 | 100111 |
Color Harmonies of #1DA934
Complementary color
Monochromatic Colors of #1DA934
Black with #1DA934
Text Example
Text Example
White with #1DA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA934; }
p { color: rgb(29,169,52); }
H1.HeaderClassName
{
color: #1DA934;
}
.AnyTagClassName
{
color: #1DA934;
}
</style>
background-color css
<style>
a { background-color: #1DA934; }
a { background-color: rgb(29,169,52); }
div.DivClassName
{
background-color: #1DA934;
}
.BgClassName
{
background-color: #1DA934;
}
</style>
border-color css
<style>
span { border-color: #1DA934; }
span { border-color: rgb(29,169,52); }
td.TdClassName
{
border-color: #1DA934;
}
.TagClassName
{
border-color: #1DA934;
}
</style>