Shades of Pigment Green #1DA548
Tints of Pigment Green #1DA548
RGB
CMYK
RGB Variations
Color information
#1DA548 (or 0x1DA548) is known color: Pigment Green. HEX triplet: 1D, A5 and 48. RGB value is (29,165,72). Sum of RGB (Red+Green+Blue) = 29+165+72=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 165 (64.84% from 255 or 62.03% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA548 is #E25AB7. Grayscale: #717171. Windows color (decimal): -14834360 or 4760861. OLE color: 4760861.
HSL color Cylindrical-coordinate representation of color #1DA548: hue angle of 138.97º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA548 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 72 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.35 |
| HSL | 138.97º | 0.7% | 0.38% | - |
| HSV(B) | 138.97º | 0.82% | 0.65% | - |
| XYZ | 15.13 | 27.64 | 10.67 | - |
| YUV | 113.73 | 104.44 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 72 | 0.82 | 0 | 0.56 | 0.35 | 138.97 | 0.7 | 0.38 |
| Hex | 1D | A5 | 48 | 52 | 0 | 38 | 23 | 8B | 46 | 26 |
| Octal | 35 | 245 | 110 | 122 | 0 | 70 | 43 | 213 | 106 | 46 |
| Binary | 11101 | 10100101 | 1001000 | 1010010 | 0 | 111000 | 100011 | 10001011 | 1000110 | 100110 |
Color Harmonies of #1DA548
Complementary color
Monochromatic Colors of #1DA548
Black with #1DA548
Text Example
Text Example
White with #1DA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA548; }
p { color: rgb(29,165,72); }
H1.HeaderClassName
{
color: #1DA548;
}
.AnyTagClassName
{
color: #1DA548;
}
</style>
background-color css
<style>
a { background-color: #1DA548; }
a { background-color: rgb(29,165,72); }
div.DivClassName
{
background-color: #1DA548;
}
.BgClassName
{
background-color: #1DA548;
}
</style>
border-color css
<style>
span { border-color: #1DA548; }
span { border-color: rgb(29,165,72); }
td.TdClassName
{
border-color: #1DA548;
}
.TagClassName
{
border-color: #1DA548;
}
</style>