Shades of Pigment Green #1DA248
Tints of Pigment Green #1DA248
RGB
CMYK
RGB Variations
Color information
#1DA248 (or 0x1DA248) is known color: Pigment Green. HEX triplet: 1D, A2 and 48. RGB value is (29,162,72). Sum of RGB (Red+Green+Blue) = 29+162+72=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA248 is #E25DB7. Grayscale: #707070. Windows color (decimal): -14835128 or 4760093. OLE color: 4760093.
HSL color Cylindrical-coordinate representation of color #1DA248: hue angle of 139.4º 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 #1DA248 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 72 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.36 |
| HSL | 139.4º | 0.7% | 0.37% | - |
| HSV(B) | 139.4º | 0.82% | 0.64% | - |
| XYZ | 14.6 | 26.57 | 10.49 | - |
| YUV | 111.97 | 105.44 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 72 | 0.82 | 0 | 0.56 | 0.36 | 139.4 | 0.7 | 0.37 |
| Hex | 1D | A2 | 48 | 52 | 0 | 38 | 24 | 8B | 46 | 25 |
| Octal | 35 | 242 | 110 | 122 | 0 | 70 | 44 | 213 | 106 | 45 |
| Binary | 11101 | 10100010 | 1001000 | 1010010 | 0 | 111000 | 100100 | 10001011 | 1000110 | 100101 |
Color Harmonies of #1DA248
Complementary color
Monochromatic Colors of #1DA248
Black with #1DA248
Text Example
Text Example
White with #1DA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA248; }
p { color: rgb(29,162,72); }
H1.HeaderClassName
{
color: #1DA248;
}
.AnyTagClassName
{
color: #1DA248;
}
</style>
background-color css
<style>
a { background-color: #1DA248; }
a { background-color: rgb(29,162,72); }
div.DivClassName
{
background-color: #1DA248;
}
.BgClassName
{
background-color: #1DA248;
}
</style>
border-color css
<style>
span { border-color: #1DA248; }
span { border-color: rgb(29,162,72); }
td.TdClassName
{
border-color: #1DA248;
}
.TagClassName
{
border-color: #1DA248;
}
</style>