Shades of Pigment Green #1DA445
Tints of Pigment Green #1DA445
RGB
CMYK
RGB Variations
Color information
#1DA445 (or 0x1DA445) is known color: Pigment Green. HEX triplet: 1D, A4 and 45. RGB value is (29,164,69). Sum of RGB (Red+Green+Blue) = 29+164+69=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA445 is #E25BBA. Grayscale: #717171. Windows color (decimal): -14834619 or 4563997. OLE color: 4563997.
HSL color Cylindrical-coordinate representation of color #1DA445: hue angle of 137.78º 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 #1DA445 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 69 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.36 |
| HSL | 137.78º | 0.7% | 0.38% | - |
| HSV(B) | 137.78º | 0.82% | 0.64% | - |
| XYZ | 14.86 | 27.24 | 10.11 | - |
| YUV | 112.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 69 | 0.82 | 0 | 0.58 | 0.36 | 137.78 | 0.7 | 0.38 |
| Hex | 1D | A4 | 45 | 52 | 0 | 3A | 24 | 8A | 46 | 26 |
| Octal | 35 | 244 | 105 | 122 | 0 | 72 | 44 | 212 | 106 | 46 |
| Binary | 11101 | 10100100 | 1000101 | 1010010 | 0 | 111010 | 100100 | 10001010 | 1000110 | 100110 |
Color Harmonies of #1DA445
Complementary color
Monochromatic Colors of #1DA445
Black with #1DA445
Text Example
Text Example
White with #1DA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA445; }
p { color: rgb(29,164,69); }
H1.HeaderClassName
{
color: #1DA445;
}
.AnyTagClassName
{
color: #1DA445;
}
</style>
background-color css
<style>
a { background-color: #1DA445; }
a { background-color: rgb(29,164,69); }
div.DivClassName
{
background-color: #1DA445;
}
.BgClassName
{
background-color: #1DA445;
}
</style>
border-color css
<style>
span { border-color: #1DA445; }
span { border-color: rgb(29,164,69); }
td.TdClassName
{
border-color: #1DA445;
}
.TagClassName
{
border-color: #1DA445;
}
</style>