Shades of Pigment Green #1DA13D
Tints of Pigment Green #1DA13D
RGB
CMYK
RGB Variations
Color information
#1DA13D (or 0x1DA13D) is known color: Pigment Green. HEX triplet: 1D, A1 and 3D. RGB value is (29,161,61). Sum of RGB (Red+Green+Blue) = 29+161+61=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 161 (63.28% from 255 or 64.14% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA13D is #E25EC2. Grayscale: #6E6E6E. Windows color (decimal): -14835395 or 4038941. OLE color: 4038941.
HSL color Cylindrical-coordinate representation of color #1DA13D: hue angle of 134.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA13D is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 61 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.37 |
| HSL | 134.55º | 0.69% | 0.37% | - |
| HSV(B) | 134.55º | 0.82% | 0.63% | - |
| XYZ | 14.09 | 26.09 | 8.71 | - |
| YUV | 110.13 | 100.27 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 61 | 0.82 | 0 | 0.62 | 0.37 | 134.55 | 0.69 | 0.37 |
| Hex | 1D | A1 | 3D | 52 | 0 | 3E | 25 | 87 | 45 | 25 |
| Octal | 35 | 241 | 75 | 122 | 0 | 76 | 45 | 207 | 105 | 45 |
| Binary | 11101 | 10100001 | 111101 | 1010010 | 0 | 111110 | 100101 | 10000111 | 1000101 | 100101 |
Color Harmonies of #1DA13D
Complementary color
Monochromatic Colors of #1DA13D
Black with #1DA13D
Text Example
Text Example
White with #1DA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA13D; }
p { color: rgb(29,161,61); }
H1.HeaderClassName
{
color: #1DA13D;
}
.AnyTagClassName
{
color: #1DA13D;
}
</style>
background-color css
<style>
a { background-color: #1DA13D; }
a { background-color: rgb(29,161,61); }
div.DivClassName
{
background-color: #1DA13D;
}
.BgClassName
{
background-color: #1DA13D;
}
</style>
border-color css
<style>
span { border-color: #1DA13D; }
span { border-color: rgb(29,161,61); }
td.TdClassName
{
border-color: #1DA13D;
}
.TagClassName
{
border-color: #1DA13D;
}
</style>