Shades of Dark Pastel Green #1DAE2F
Tints of Dark Pastel Green #1DAE2F
RGB
CMYK
RGB Variations
Color information
#1DAE2F (or 0x1DAE2F) is known color: Dark Pastel Green. HEX triplet: 1D, AE and 2F. RGB value is (29,174,47). Sum of RGB (Red+Green+Blue) = 29+174+47=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAE2F is #E251D0. Grayscale: #747474. Windows color (decimal): -14832081 or 3124765. OLE color: 3124765.
HSL color Cylindrical-coordinate representation of color #1DAE2F: hue angle of 127.45º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE2F is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 47 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.32 |
| HSL | 127.45º | 0.71% | 0.4% | - |
| HSV(B) | 127.45º | 0.83% | 0.68% | - |
| XYZ | 16.16 | 30.74 | 7.77 | - |
| YUV | 116.17 | 88.96 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 47 | 0.83 | 0 | 0.73 | 0.32 | 127.45 | 0.71 | 0.4 |
| Hex | 1D | AE | 2F | 53 | 0 | 49 | 20 | 7F | 47 | 28 |
| Octal | 35 | 256 | 57 | 123 | 0 | 111 | 40 | 177 | 107 | 50 |
| Binary | 11101 | 10101110 | 101111 | 1010011 | 0 | 1001001 | 100000 | 1111111 | 1000111 | 101000 |
Color Harmonies of #1DAE2F
Complementary color
Monochromatic Colors of #1DAE2F
Black with #1DAE2F
Text Example
Text Example
White with #1DAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE2F; }
p { color: rgb(29,174,47); }
H1.HeaderClassName
{
color: #1DAE2F;
}
.AnyTagClassName
{
color: #1DAE2F;
}
</style>
background-color css
<style>
a { background-color: #1DAE2F; }
a { background-color: rgb(29,174,47); }
div.DivClassName
{
background-color: #1DAE2F;
}
.BgClassName
{
background-color: #1DAE2F;
}
</style>
border-color css
<style>
span { border-color: #1DAE2F; }
span { border-color: rgb(29,174,47); }
td.TdClassName
{
border-color: #1DAE2F;
}
.TagClassName
{
border-color: #1DAE2F;
}
</style>