Shades of Pigment Green #1DA141
Tints of Pigment Green #1DA141
RGB
CMYK
RGB Variations
Color information
#1DA141 (or 0x1DA141) is known color: Pigment Green. HEX triplet: 1D, A1 and 41. RGB value is (29,161,65). Sum of RGB (Red+Green+Blue) = 29+161+65=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA141 is #E25EBE. Grayscale: #6E6E6E. Windows color (decimal): -14835391 or 4301085. OLE color: 4301085.
HSL color Cylindrical-coordinate representation of color #1DA141: hue angle of 136.36º 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 #1DA141 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 65 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.37 |
| HSL | 136.36º | 0.69% | 0.37% | - |
| HSV(B) | 136.36º | 0.82% | 0.63% | - |
| XYZ | 14.21 | 26.13 | 9.3 | - |
| YUV | 110.59 | 102.27 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 65 | 0.82 | 0 | 0.60 | 0.37 | 136.36 | 0.69 | 0.37 |
| Hex | 1D | A1 | 41 | 52 | 0 | 3C | 25 | 88 | 45 | 25 |
| Octal | 35 | 241 | 101 | 122 | 0 | 74 | 45 | 210 | 105 | 45 |
| Binary | 11101 | 10100001 | 1000001 | 1010010 | 0 | 111100 | 100101 | 10001000 | 1000101 | 100101 |
Color Harmonies of #1DA141
Complementary color
Monochromatic Colors of #1DA141
Black with #1DA141
Text Example
Text Example
White with #1DA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA141; }
p { color: rgb(29,161,65); }
H1.HeaderClassName
{
color: #1DA141;
}
.AnyTagClassName
{
color: #1DA141;
}
</style>
background-color css
<style>
a { background-color: #1DA141; }
a { background-color: rgb(29,161,65); }
div.DivClassName
{
background-color: #1DA141;
}
.BgClassName
{
background-color: #1DA141;
}
</style>
border-color css
<style>
span { border-color: #1DA141; }
span { border-color: rgb(29,161,65); }
td.TdClassName
{
border-color: #1DA141;
}
.TagClassName
{
border-color: #1DA141;
}
</style>