Shades of Pigment Green #1DA145
Tints of Pigment Green #1DA145
RGB
CMYK
RGB Variations
Color information
#1DA145 (or 0x1DA145) is known color: Pigment Green. HEX triplet: 1D, A1 and 45. RGB value is (29,161,69). Sum of RGB (Red+Green+Blue) = 29+161+69=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 161 (63.28% from 255 or 62.16% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA145 is #E25EBA. Grayscale: #6F6F6F. Windows color (decimal): -14835387 or 4563229. OLE color: 4563229.
HSL color Cylindrical-coordinate representation of color #1DA145: hue angle of 138.18º 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 #1DA145 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 69 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.37 |
| HSL | 138.18º | 0.69% | 0.37% | - |
| HSV(B) | 138.18º | 0.82% | 0.63% | - |
| XYZ | 14.33 | 26.18 | 9.93 | - |
| YUV | 111.04 | 104.27 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 69 | 0.82 | 0 | 0.57 | 0.37 | 138.18 | 0.69 | 0.37 |
| Hex | 1D | A1 | 45 | 52 | 0 | 39 | 25 | 8A | 45 | 25 |
| Octal | 35 | 241 | 105 | 122 | 0 | 71 | 45 | 212 | 105 | 45 |
| Binary | 11101 | 10100001 | 1000101 | 1010010 | 0 | 111001 | 100101 | 10001010 | 1000101 | 100101 |
Color Harmonies of #1DA145
Complementary color
Monochromatic Colors of #1DA145
Black with #1DA145
Text Example
Text Example
White with #1DA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA145; }
p { color: rgb(29,161,69); }
H1.HeaderClassName
{
color: #1DA145;
}
.AnyTagClassName
{
color: #1DA145;
}
</style>
background-color css
<style>
a { background-color: #1DA145; }
a { background-color: rgb(29,161,69); }
div.DivClassName
{
background-color: #1DA145;
}
.BgClassName
{
background-color: #1DA145;
}
</style>
border-color css
<style>
span { border-color: #1DA145; }
span { border-color: rgb(29,161,69); }
td.TdClassName
{
border-color: #1DA145;
}
.TagClassName
{
border-color: #1DA145;
}
</style>