Shades of Pigment Green #1DB45D
Tints of Pigment Green #1DB45D
RGB
CMYK
RGB Variations
Color information
#1DB45D (or 0x1DB45D) is known color: Pigment Green. HEX triplet: 1D, B4 and 5D. RGB value is (29,180,93). Sum of RGB (Red+Green+Blue) = 29+180+93=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB45D is #E24BA2. Grayscale: #7D7D7D. Windows color (decimal): -14830499 or 6140957. OLE color: 6140957.
HSL color Cylindrical-coordinate representation of color #1DB45D: hue angle of 145.43º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB45D is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 93 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.29 |
| HSL | 145.43º | 0.72% | 0.41% | - |
| HSV(B) | 145.43º | 0.84% | 0.71% | - |
| XYZ | 18.8 | 33.69 | 15.87 | - |
| YUV | 124.93 | 109.97 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 93 | 0.84 | 0 | 0.48 | 0.29 | 145.43 | 0.72 | 0.41 |
| Hex | 1D | B4 | 5D | 54 | 0 | 30 | 1D | 91 | 48 | 29 |
| Octal | 35 | 264 | 135 | 124 | 0 | 60 | 35 | 221 | 110 | 51 |
| Binary | 11101 | 10110100 | 1011101 | 1010100 | 0 | 110000 | 11101 | 10010001 | 1001000 | 101001 |
Color Harmonies of #1DB45D
Complementary color
Monochromatic Colors of #1DB45D
Black with #1DB45D
Text Example
Text Example
White with #1DB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB45D; }
p { color: rgb(29,180,93); }
H1.HeaderClassName
{
color: #1DB45D;
}
.AnyTagClassName
{
color: #1DB45D;
}
</style>
background-color css
<style>
a { background-color: #1DB45D; }
a { background-color: rgb(29,180,93); }
div.DivClassName
{
background-color: #1DB45D;
}
.BgClassName
{
background-color: #1DB45D;
}
</style>
border-color css
<style>
span { border-color: #1DB45D; }
span { border-color: rgb(29,180,93); }
td.TdClassName
{
border-color: #1DB45D;
}
.TagClassName
{
border-color: #1DB45D;
}
</style>