Shades of Pigment Green #1DB552
Tints of Pigment Green #1DB552
RGB
CMYK
RGB Variations
Color information
#1DB552 (or 0x1DB552) is known color: Pigment Green. HEX triplet: 1D, B5 and 52. RGB value is (29,181,82). Sum of RGB (Red+Green+Blue) = 29+181+82=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB552 is #E24AAD. Grayscale: #7C7C7C. Windows color (decimal): -14830254 or 5420317. OLE color: 5420317.
HSL color Cylindrical-coordinate representation of color #1DB552: hue angle of 140.92º 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 #1DB552 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 82 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.29 |
| HSL | 140.92º | 0.72% | 0.41% | - |
| HSV(B) | 140.92º | 0.84% | 0.71% | - |
| XYZ | 18.55 | 33.92 | 13.55 | - |
| YUV | 124.27 | 104.14 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 82 | 0.84 | 0 | 0.55 | 0.29 | 140.92 | 0.72 | 0.41 |
| Hex | 1D | B5 | 52 | 54 | 0 | 37 | 1D | 8D | 48 | 29 |
| Octal | 35 | 265 | 122 | 124 | 0 | 67 | 35 | 215 | 110 | 51 |
| Binary | 11101 | 10110101 | 1010010 | 1010100 | 0 | 110111 | 11101 | 10001101 | 1001000 | 101001 |
Color Harmonies of #1DB552
Complementary color
Monochromatic Colors of #1DB552
Black with #1DB552
Text Example
Text Example
White with #1DB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB552; }
p { color: rgb(29,181,82); }
H1.HeaderClassName
{
color: #1DB552;
}
.AnyTagClassName
{
color: #1DB552;
}
</style>
background-color css
<style>
a { background-color: #1DB552; }
a { background-color: rgb(29,181,82); }
div.DivClassName
{
background-color: #1DB552;
}
.BgClassName
{
background-color: #1DB552;
}
</style>
border-color css
<style>
span { border-color: #1DB552; }
span { border-color: rgb(29,181,82); }
td.TdClassName
{
border-color: #1DB552;
}
.TagClassName
{
border-color: #1DB552;
}
</style>