Shades of Pigment Green #1DA33F
Tints of Pigment Green #1DA33F
RGB
CMYK
RGB Variations
Color information
#1DA33F (or 0x1DA33F) is known color: Pigment Green. HEX triplet: 1D, A3 and 3F. RGB value is (29,163,63). Sum of RGB (Red+Green+Blue) = 29+163+63=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA33F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA33F is #E25CC0. Grayscale: #6F6F6F. Windows color (decimal): -14834881 or 4170525. OLE color: 4170525.
HSL color Cylindrical-coordinate representation of color #1DA33F: hue angle of 135.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA33F is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 63 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.36 |
| HSL | 135.22º | 0.7% | 0.38% | - |
| HSV(B) | 135.22º | 0.82% | 0.64% | - |
| XYZ | 14.5 | 26.81 | 9.11 | - |
| YUV | 111.53 | 100.61 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 63 | 0.82 | 0 | 0.61 | 0.36 | 135.22 | 0.7 | 0.38 |
| Hex | 1D | A3 | 3F | 52 | 0 | 3D | 24 | 87 | 46 | 26 |
| Octal | 35 | 243 | 77 | 122 | 0 | 75 | 44 | 207 | 106 | 46 |
| Binary | 11101 | 10100011 | 111111 | 1010010 | 0 | 111101 | 100100 | 10000111 | 1000110 | 100110 |
Color Harmonies of #1DA33F
Complementary color
Monochromatic Colors of #1DA33F
Black with #1DA33F
Text Example
Text Example
White with #1DA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA33F; }
p { color: rgb(29,163,63); }
H1.HeaderClassName
{
color: #1DA33F;
}
.AnyTagClassName
{
color: #1DA33F;
}
</style>
background-color css
<style>
a { background-color: #1DA33F; }
a { background-color: rgb(29,163,63); }
div.DivClassName
{
background-color: #1DA33F;
}
.BgClassName
{
background-color: #1DA33F;
}
</style>
border-color css
<style>
span { border-color: #1DA33F; }
span { border-color: rgb(29,163,63); }
td.TdClassName
{
border-color: #1DA33F;
}
.TagClassName
{
border-color: #1DA33F;
}
</style>