Shades of Dark Pastel Green #1DA43F
Tints of Dark Pastel Green #1DA43F
RGB
CMYK
RGB Variations
Color information
#1DA43F (or 0x1DA43F) is known color: Dark Pastel Green. HEX triplet: 1D, A4 and 3F. RGB value is (29,164,63). Sum of RGB (Red+Green+Blue) = 29+164+63=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA43F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA43F is #E25BC0. Grayscale: #707070. Windows color (decimal): -14834625 or 4170781. OLE color: 4170781.
HSL color Cylindrical-coordinate representation of color #1DA43F: hue angle of 135.11º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA43F is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 63 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.36 |
| HSL | 135.11º | 0.7% | 0.38% | - |
| HSV(B) | 135.11º | 0.82% | 0.64% | - |
| XYZ | 14.68 | 27.17 | 9.17 | - |
| YUV | 112.12 | 100.27 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 63 | 0.82 | 0 | 0.62 | 0.36 | 135.11 | 0.7 | 0.38 |
| Hex | 1D | A4 | 3F | 52 | 0 | 3E | 24 | 87 | 46 | 26 |
| Octal | 35 | 244 | 77 | 122 | 0 | 76 | 44 | 207 | 106 | 46 |
| Binary | 11101 | 10100100 | 111111 | 1010010 | 0 | 111110 | 100100 | 10000111 | 1000110 | 100110 |
Color Harmonies of #1DA43F
Complementary color
Monochromatic Colors of #1DA43F
Black with #1DA43F
Text Example
Text Example
White with #1DA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA43F; }
p { color: rgb(29,164,63); }
H1.HeaderClassName
{
color: #1DA43F;
}
.AnyTagClassName
{
color: #1DA43F;
}
</style>
background-color css
<style>
a { background-color: #1DA43F; }
a { background-color: rgb(29,164,63); }
div.DivClassName
{
background-color: #1DA43F;
}
.BgClassName
{
background-color: #1DA43F;
}
</style>
border-color css
<style>
span { border-color: #1DA43F; }
span { border-color: rgb(29,164,63); }
td.TdClassName
{
border-color: #1DA43F;
}
.TagClassName
{
border-color: #1DA43F;
}
</style>