Shades of Pigment Green #1DA24C
Tints of Pigment Green #1DA24C
RGB
CMYK
RGB Variations
Color information
#1DA24C (or 0x1DA24C) is known color: Pigment Green. HEX triplet: 1D, A2 and 4C. RGB value is (29,162,76). Sum of RGB (Red+Green+Blue) = 29+162+76=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA24C is #E25DB3. Grayscale: #707070. Windows color (decimal): -14835124 or 5022237. OLE color: 5022237.
HSL color Cylindrical-coordinate representation of color #1DA24C: hue angle of 141.2º 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 #1DA24C is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 76 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.36 |
| HSL | 141.2º | 0.7% | 0.37% | - |
| HSV(B) | 141.2º | 0.82% | 0.64% | - |
| XYZ | 14.73 | 26.62 | 11.2 | - |
| YUV | 112.43 | 107.44 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 76 | 0.82 | 0 | 0.53 | 0.36 | 141.2 | 0.7 | 0.37 |
| Hex | 1D | A2 | 4C | 52 | 0 | 35 | 24 | 8D | 46 | 25 |
| Octal | 35 | 242 | 114 | 122 | 0 | 65 | 44 | 215 | 106 | 45 |
| Binary | 11101 | 10100010 | 1001100 | 1010010 | 0 | 110101 | 100100 | 10001101 | 1000110 | 100101 |
Color Harmonies of #1DA24C
Complementary color
Monochromatic Colors of #1DA24C
Black with #1DA24C
Text Example
Text Example
White with #1DA24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA24C; }
p { color: rgb(29,162,76); }
H1.HeaderClassName
{
color: #1DA24C;
}
.AnyTagClassName
{
color: #1DA24C;
}
</style>
background-color css
<style>
a { background-color: #1DA24C; }
a { background-color: rgb(29,162,76); }
div.DivClassName
{
background-color: #1DA24C;
}
.BgClassName
{
background-color: #1DA24C;
}
</style>
border-color css
<style>
span { border-color: #1DA24C; }
span { border-color: rgb(29,162,76); }
td.TdClassName
{
border-color: #1DA24C;
}
.TagClassName
{
border-color: #1DA24C;
}
</style>