Shades of Pigment Green #1DB252
Tints of Pigment Green #1DB252
RGB
CMYK
RGB Variations
Color information
#1DB252 (or 0x1DB252) is known color: Pigment Green. HEX triplet: 1D, B2 and 52. RGB value is (29,178,82). Sum of RGB (Red+Green+Blue) = 29+178+82=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB252 is #E24DAD. Grayscale: #7A7A7A. Windows color (decimal): -14831022 or 5419549. OLE color: 5419549.
HSL color Cylindrical-coordinate representation of color #1DB252: hue angle of 141.34º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB252 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 82 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.30 |
| HSL | 141.34º | 0.72% | 0.41% | - |
| HSV(B) | 141.34º | 0.84% | 0.7% | - |
| XYZ | 17.95 | 32.71 | 13.35 | - |
| YUV | 122.51 | 105.14 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 82 | 0.84 | 0 | 0.54 | 0.30 | 141.34 | 0.72 | 0.41 |
| Hex | 1D | B2 | 52 | 54 | 0 | 36 | 1E | 8D | 48 | 29 |
| Octal | 35 | 262 | 122 | 124 | 0 | 66 | 36 | 215 | 110 | 51 |
| Binary | 11101 | 10110010 | 1010010 | 1010100 | 0 | 110110 | 11110 | 10001101 | 1001000 | 101001 |
Color Harmonies of #1DB252
Complementary color
Monochromatic Colors of #1DB252
Black with #1DB252
Text Example
Text Example
White with #1DB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB252; }
p { color: rgb(29,178,82); }
H1.HeaderClassName
{
color: #1DB252;
}
.AnyTagClassName
{
color: #1DB252;
}
</style>
background-color css
<style>
a { background-color: #1DB252; }
a { background-color: rgb(29,178,82); }
div.DivClassName
{
background-color: #1DB252;
}
.BgClassName
{
background-color: #1DB252;
}
</style>
border-color css
<style>
span { border-color: #1DB252; }
span { border-color: rgb(29,178,82); }
td.TdClassName
{
border-color: #1DB252;
}
.TagClassName
{
border-color: #1DB252;
}
</style>