Shades of Pigment Green #1DA142
Tints of Pigment Green #1DA142
RGB
CMYK
RGB Variations
Color information
#1DA142 (or 0x1DA142) is known color: Pigment Green. HEX triplet: 1D, A1 and 42. RGB value is (29,161,66). Sum of RGB (Red+Green+Blue) = 29+161+66=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA142 is #E25EBD. Grayscale: #6E6E6E. Windows color (decimal): -14835390 or 4366621. OLE color: 4366621.
HSL color Cylindrical-coordinate representation of color #1DA142: hue angle of 136.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA142 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 66 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.37 |
| HSL | 136.82º | 0.69% | 0.37% | - |
| HSV(B) | 136.82º | 0.82% | 0.63% | - |
| XYZ | 14.23 | 26.14 | 9.45 | - |
| YUV | 110.7 | 102.77 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 66 | 0.82 | 0 | 0.59 | 0.37 | 136.82 | 0.69 | 0.37 |
| Hex | 1D | A1 | 42 | 52 | 0 | 3B | 25 | 89 | 45 | 25 |
| Octal | 35 | 241 | 102 | 122 | 0 | 73 | 45 | 211 | 105 | 45 |
| Binary | 11101 | 10100001 | 1000010 | 1010010 | 0 | 111011 | 100101 | 10001001 | 1000101 | 100101 |
Color Harmonies of #1DA142
Complementary color
Monochromatic Colors of #1DA142
Black with #1DA142
Text Example
Text Example
White with #1DA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA142; }
p { color: rgb(29,161,66); }
H1.HeaderClassName
{
color: #1DA142;
}
.AnyTagClassName
{
color: #1DA142;
}
</style>
background-color css
<style>
a { background-color: #1DA142; }
a { background-color: rgb(29,161,66); }
div.DivClassName
{
background-color: #1DA142;
}
.BgClassName
{
background-color: #1DA142;
}
</style>
border-color css
<style>
span { border-color: #1DA142; }
span { border-color: rgb(29,161,66); }
td.TdClassName
{
border-color: #1DA142;
}
.TagClassName
{
border-color: #1DA142;
}
</style>