Shades of Dark Pastel Green #1DAF46
Tints of Dark Pastel Green #1DAF46
RGB
CMYK
RGB Variations
Color information
#1DAF46 (or 0x1DAF46) is known color: Dark Pastel Green. HEX triplet: 1D, AF and 46. RGB value is (29,175,70). Sum of RGB (Red+Green+Blue) = 29+175+70=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF46 is #E250B9. Grayscale: #777777. Windows color (decimal): -14831802 or 4632349. OLE color: 4632349.
HSL color Cylindrical-coordinate representation of color #1DAF46: hue angle of 136.85º 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 #1DAF46 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 70 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.31 |
| HSL | 136.85º | 0.72% | 0.4% | - |
| HSV(B) | 136.85º | 0.83% | 0.69% | - |
| XYZ | 16.94 | 31.36 | 10.96 | - |
| YUV | 119.38 | 100.13 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 70 | 0.83 | 0 | 0.60 | 0.31 | 136.85 | 0.72 | 0.4 |
| Hex | 1D | AF | 46 | 53 | 0 | 3C | 1F | 89 | 48 | 28 |
| Octal | 35 | 257 | 106 | 123 | 0 | 74 | 37 | 211 | 110 | 50 |
| Binary | 11101 | 10101111 | 1000110 | 1010011 | 0 | 111100 | 11111 | 10001001 | 1001000 | 101000 |
Color Harmonies of #1DAF46
Complementary color
Monochromatic Colors of #1DAF46
Black with #1DAF46
Text Example
Text Example
White with #1DAF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF46; }
p { color: rgb(29,175,70); }
H1.HeaderClassName
{
color: #1DAF46;
}
.AnyTagClassName
{
color: #1DAF46;
}
</style>
background-color css
<style>
a { background-color: #1DAF46; }
a { background-color: rgb(29,175,70); }
div.DivClassName
{
background-color: #1DAF46;
}
.BgClassName
{
background-color: #1DAF46;
}
</style>
border-color css
<style>
span { border-color: #1DAF46; }
span { border-color: rgb(29,175,70); }
td.TdClassName
{
border-color: #1DAF46;
}
.TagClassName
{
border-color: #1DAF46;
}
</style>