Shades of Pigment Green #1DB45E
Tints of Pigment Green #1DB45E
RGB
CMYK
RGB Variations
Color information
#1DB45E (or 0x1DB45E) is known color: Pigment Green. HEX triplet: 1D, B4 and 5E. RGB value is (29,180,94). Sum of RGB (Red+Green+Blue) = 29+180+94=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB45E is #E24BA1. Grayscale: #7D7D7D. Windows color (decimal): -14830498 or 6206493. OLE color: 6206493.
HSL color Cylindrical-coordinate representation of color #1DB45E: hue angle of 145.83º 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 #1DB45E is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 94 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.29 |
| HSL | 145.83º | 0.72% | 0.41% | - |
| HSV(B) | 145.83º | 0.84% | 0.71% | - |
| XYZ | 18.85 | 33.71 | 16.1 | - |
| YUV | 125.05 | 110.47 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 94 | 0.84 | 0 | 0.48 | 0.29 | 145.83 | 0.72 | 0.41 |
| Hex | 1D | B4 | 5E | 54 | 0 | 30 | 1D | 92 | 48 | 29 |
| Octal | 35 | 264 | 136 | 124 | 0 | 60 | 35 | 222 | 110 | 51 |
| Binary | 11101 | 10110100 | 1011110 | 1010100 | 0 | 110000 | 11101 | 10010010 | 1001000 | 101001 |
Color Harmonies of #1DB45E
Complementary color
Monochromatic Colors of #1DB45E
Black with #1DB45E
Text Example
Text Example
White with #1DB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB45E; }
p { color: rgb(29,180,94); }
H1.HeaderClassName
{
color: #1DB45E;
}
.AnyTagClassName
{
color: #1DB45E;
}
</style>
background-color css
<style>
a { background-color: #1DB45E; }
a { background-color: rgb(29,180,94); }
div.DivClassName
{
background-color: #1DB45E;
}
.BgClassName
{
background-color: #1DB45E;
}
</style>
border-color css
<style>
span { border-color: #1DB45E; }
span { border-color: rgb(29,180,94); }
td.TdClassName
{
border-color: #1DB45E;
}
.TagClassName
{
border-color: #1DB45E;
}
</style>