Shades of Dark Pastel Green #1DAF49
Tints of Dark Pastel Green #1DAF49
RGB
CMYK
RGB Variations
Color information
#1DAF49 (or 0x1DAF49) is known color: Dark Pastel Green. HEX triplet: 1D, AF and 49. RGB value is (29,175,73). Sum of RGB (Red+Green+Blue) = 29+175+73=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF49 is #E250B6. Grayscale: #777777. Windows color (decimal): -14831799 or 4828957. OLE color: 4828957.
HSL color Cylindrical-coordinate representation of color #1DAF49: hue angle of 138.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF49 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 73 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.31 |
| HSL | 138.08º | 0.72% | 0.4% | - |
| HSV(B) | 138.08º | 0.83% | 0.69% | - |
| XYZ | 17.04 | 31.4 | 11.47 | - |
| YUV | 119.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 73 | 0.83 | 0 | 0.58 | 0.31 | 138.08 | 0.72 | 0.4 |
| Hex | 1D | AF | 49 | 53 | 0 | 3A | 1F | 8A | 48 | 28 |
| Octal | 35 | 257 | 111 | 123 | 0 | 72 | 37 | 212 | 110 | 50 |
| Binary | 11101 | 10101111 | 1001001 | 1010011 | 0 | 111010 | 11111 | 10001010 | 1001000 | 101000 |
Color Harmonies of #1DAF49
Complementary color
Monochromatic Colors of #1DAF49
Black with #1DAF49
Text Example
Text Example
White with #1DAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF49; }
p { color: rgb(29,175,73); }
H1.HeaderClassName
{
color: #1DAF49;
}
.AnyTagClassName
{
color: #1DAF49;
}
</style>
background-color css
<style>
a { background-color: #1DAF49; }
a { background-color: rgb(29,175,73); }
div.DivClassName
{
background-color: #1DAF49;
}
.BgClassName
{
background-color: #1DAF49;
}
</style>
border-color css
<style>
span { border-color: #1DAF49; }
span { border-color: rgb(29,175,73); }
td.TdClassName
{
border-color: #1DAF49;
}
.TagClassName
{
border-color: #1DAF49;
}
</style>