Shades of Pigment Green #1DA643
Tints of Pigment Green #1DA643
RGB
CMYK
RGB Variations
Color information
#1DA643 (or 0x1DA643) is known color: Pigment Green. HEX triplet: 1D, A6 and 43. RGB value is (29,166,67). Sum of RGB (Red+Green+Blue) = 29+166+67=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 166 (65.23% from 255 or 63.36% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA643 is #E259BC. Grayscale: #727272. Windows color (decimal): -14834109 or 4433437. OLE color: 4433437.
HSL color Cylindrical-coordinate representation of color #1DA643: hue angle of 136.64º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA643 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 67 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.35 |
| HSL | 136.64º | 0.7% | 0.38% | - |
| HSV(B) | 136.64º | 0.83% | 0.65% | - |
| XYZ | 15.16 | 27.94 | 9.9 | - |
| YUV | 113.75 | 101.61 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 67 | 0.83 | 0 | 0.60 | 0.35 | 136.64 | 0.7 | 0.38 |
| Hex | 1D | A6 | 43 | 53 | 0 | 3C | 23 | 89 | 46 | 26 |
| Octal | 35 | 246 | 103 | 123 | 0 | 74 | 43 | 211 | 106 | 46 |
| Binary | 11101 | 10100110 | 1000011 | 1010011 | 0 | 111100 | 100011 | 10001001 | 1000110 | 100110 |
Color Harmonies of #1DA643
Complementary color
Monochromatic Colors of #1DA643
Black with #1DA643
Text Example
Text Example
White with #1DA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA643; }
p { color: rgb(29,166,67); }
H1.HeaderClassName
{
color: #1DA643;
}
.AnyTagClassName
{
color: #1DA643;
}
</style>
background-color css
<style>
a { background-color: #1DA643; }
a { background-color: rgb(29,166,67); }
div.DivClassName
{
background-color: #1DA643;
}
.BgClassName
{
background-color: #1DA643;
}
</style>
border-color css
<style>
span { border-color: #1DA643; }
span { border-color: rgb(29,166,67); }
td.TdClassName
{
border-color: #1DA643;
}
.TagClassName
{
border-color: #1DA643;
}
</style>