Shades of Pigment Green #1DA246
Tints of Pigment Green #1DA246
RGB
CMYK
RGB Variations
Color information
#1DA246 (or 0x1DA246) is known color: Pigment Green. HEX triplet: 1D, A2 and 46. RGB value is (29,162,70). Sum of RGB (Red+Green+Blue) = 29+162+70=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA246 is #E25DB9. Grayscale: #6F6F6F. Windows color (decimal): -14835130 or 4629021. OLE color: 4629021.
HSL color Cylindrical-coordinate representation of color #1DA246: hue angle of 138.5º 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 #1DA246 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 70 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.36 |
| HSL | 138.5º | 0.7% | 0.37% | - |
| HSV(B) | 138.5º | 0.82% | 0.64% | - |
| XYZ | 14.53 | 26.54 | 10.15 | - |
| YUV | 111.75 | 104.44 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 70 | 0.82 | 0 | 0.57 | 0.36 | 138.5 | 0.7 | 0.37 |
| Hex | 1D | A2 | 46 | 52 | 0 | 39 | 24 | 8A | 46 | 25 |
| Octal | 35 | 242 | 106 | 122 | 0 | 71 | 44 | 212 | 106 | 45 |
| Binary | 11101 | 10100010 | 1000110 | 1010010 | 0 | 111001 | 100100 | 10001010 | 1000110 | 100101 |
Color Harmonies of #1DA246
Complementary color
Monochromatic Colors of #1DA246
Black with #1DA246
Text Example
Text Example
White with #1DA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA246; }
p { color: rgb(29,162,70); }
H1.HeaderClassName
{
color: #1DA246;
}
.AnyTagClassName
{
color: #1DA246;
}
</style>
background-color css
<style>
a { background-color: #1DA246; }
a { background-color: rgb(29,162,70); }
div.DivClassName
{
background-color: #1DA246;
}
.BgClassName
{
background-color: #1DA246;
}
</style>
border-color css
<style>
span { border-color: #1DA246; }
span { border-color: rgb(29,162,70); }
td.TdClassName
{
border-color: #1DA246;
}
.TagClassName
{
border-color: #1DA246;
}
</style>