Shades of Pigment Green #1DB04D
Tints of Pigment Green #1DB04D
RGB
CMYK
RGB Variations
Color information
#1DB04D (or 0x1DB04D) is known color: Pigment Green. HEX triplet: 1D, B0 and 4D. RGB value is (29,176,77). Sum of RGB (Red+Green+Blue) = 29+176+77=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB04D is #E24FB2. Grayscale: #797979. Windows color (decimal): -14831539 or 5091357. OLE color: 5091357.
HSL color Cylindrical-coordinate representation of color #1DB04D: hue angle of 139.59º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB04D is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 77 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.31 |
| HSL | 139.59º | 0.72% | 0.4% | - |
| HSV(B) | 139.59º | 0.84% | 0.69% | - |
| XYZ | 17.37 | 31.85 | 12.25 | - |
| YUV | 120.76 | 103.3 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 77 | 0.84 | 0 | 0.56 | 0.31 | 139.59 | 0.72 | 0.4 |
| Hex | 1D | B0 | 4D | 54 | 0 | 38 | 1F | 8C | 48 | 28 |
| Octal | 35 | 260 | 115 | 124 | 0 | 70 | 37 | 214 | 110 | 50 |
| Binary | 11101 | 10110000 | 1001101 | 1010100 | 0 | 111000 | 11111 | 10001100 | 1001000 | 101000 |
Color Harmonies of #1DB04D
Complementary color
Monochromatic Colors of #1DB04D
Black with #1DB04D
Text Example
Text Example
White with #1DB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB04D; }
p { color: rgb(29,176,77); }
H1.HeaderClassName
{
color: #1DB04D;
}
.AnyTagClassName
{
color: #1DB04D;
}
</style>
background-color css
<style>
a { background-color: #1DB04D; }
a { background-color: rgb(29,176,77); }
div.DivClassName
{
background-color: #1DB04D;
}
.BgClassName
{
background-color: #1DB04D;
}
</style>
border-color css
<style>
span { border-color: #1DB04D; }
span { border-color: rgb(29,176,77); }
td.TdClassName
{
border-color: #1DB04D;
}
.TagClassName
{
border-color: #1DB04D;
}
</style>