Shades of Pigment Green #1DA24A
Tints of Pigment Green #1DA24A
RGB
CMYK
RGB Variations
Color information
#1DA24A (or 0x1DA24A) is known color: Pigment Green. HEX triplet: 1D, A2 and 4A. RGB value is (29,162,74). Sum of RGB (Red+Green+Blue) = 29+162+74=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA24A is #E25DB5. Grayscale: #707070. Windows color (decimal): -14835126 or 4891165. OLE color: 4891165.
HSL color Cylindrical-coordinate representation of color #1DA24A: hue angle of 140.3º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA24A is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 74 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.36 |
| HSL | 140.3º | 0.7% | 0.37% | - |
| HSV(B) | 140.3º | 0.82% | 0.64% | - |
| XYZ | 14.66 | 26.6 | 10.84 | - |
| YUV | 112.2 | 106.44 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 74 | 0.82 | 0 | 0.54 | 0.36 | 140.3 | 0.7 | 0.37 |
| Hex | 1D | A2 | 4A | 52 | 0 | 36 | 24 | 8C | 46 | 25 |
| Octal | 35 | 242 | 112 | 122 | 0 | 66 | 44 | 214 | 106 | 45 |
| Binary | 11101 | 10100010 | 1001010 | 1010010 | 0 | 110110 | 100100 | 10001100 | 1000110 | 100101 |
Color Harmonies of #1DA24A
Complementary color
Monochromatic Colors of #1DA24A
Black with #1DA24A
Text Example
Text Example
White with #1DA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA24A; }
p { color: rgb(29,162,74); }
H1.HeaderClassName
{
color: #1DA24A;
}
.AnyTagClassName
{
color: #1DA24A;
}
</style>
background-color css
<style>
a { background-color: #1DA24A; }
a { background-color: rgb(29,162,74); }
div.DivClassName
{
background-color: #1DA24A;
}
.BgClassName
{
background-color: #1DA24A;
}
</style>
border-color css
<style>
span { border-color: #1DA24A; }
span { border-color: rgb(29,162,74); }
td.TdClassName
{
border-color: #1DA24A;
}
.TagClassName
{
border-color: #1DA24A;
}
</style>