Shades of Pigment Green #1DA440
Tints of Pigment Green #1DA440
RGB
CMYK
RGB Variations
Color information
#1DA440 (or 0x1DA440) is known color: Pigment Green. HEX triplet: 1D, A4 and 40. RGB value is (29,164,64). Sum of RGB (Red+Green+Blue) = 29+164+64=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA440 is #E25BBF. Grayscale: #707070. Windows color (decimal): -14834624 or 4236317. OLE color: 4236317.
HSL color Cylindrical-coordinate representation of color #1DA440: hue angle of 135.56º 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 #1DA440 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 64 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.36 |
| HSL | 135.56º | 0.7% | 0.38% | - |
| HSV(B) | 135.56º | 0.82% | 0.64% | - |
| XYZ | 14.71 | 27.18 | 9.32 | - |
| YUV | 112.24 | 100.77 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 64 | 0.82 | 0 | 0.61 | 0.36 | 135.56 | 0.7 | 0.38 |
| Hex | 1D | A4 | 40 | 52 | 0 | 3D | 24 | 88 | 46 | 26 |
| Octal | 35 | 244 | 100 | 122 | 0 | 75 | 44 | 210 | 106 | 46 |
| Binary | 11101 | 10100100 | 1000000 | 1010010 | 0 | 111101 | 100100 | 10001000 | 1000110 | 100110 |
Color Harmonies of #1DA440
Complementary color
Monochromatic Colors of #1DA440
Black with #1DA440
Text Example
Text Example
White with #1DA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA440; }
p { color: rgb(29,164,64); }
H1.HeaderClassName
{
color: #1DA440;
}
.AnyTagClassName
{
color: #1DA440;
}
</style>
background-color css
<style>
a { background-color: #1DA440; }
a { background-color: rgb(29,164,64); }
div.DivClassName
{
background-color: #1DA440;
}
.BgClassName
{
background-color: #1DA440;
}
</style>
border-color css
<style>
span { border-color: #1DA440; }
span { border-color: rgb(29,164,64); }
td.TdClassName
{
border-color: #1DA440;
}
.TagClassName
{
border-color: #1DA440;
}
</style>