Shades of Pigment Green #1DB15B
Tints of Pigment Green #1DB15B
RGB
CMYK
RGB Variations
Color information
#1DB15B (or 0x1DB15B) is known color: Pigment Green. HEX triplet: 1D, B1 and 5B. RGB value is (29,177,91). Sum of RGB (Red+Green+Blue) = 29+177+91=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB15B is #E24EA4. Grayscale: #7B7B7B. Windows color (decimal): -14831269 or 6009117. OLE color: 6009117.
HSL color Cylindrical-coordinate representation of color #1DB15B: hue angle of 145.14º 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 #1DB15B is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 91 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.31 |
| HSL | 145.14º | 0.72% | 0.4% | - |
| HSV(B) | 145.14º | 0.84% | 0.69% | - |
| XYZ | 18.12 | 32.46 | 15.21 | - |
| YUV | 122.94 | 109.97 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 91 | 0.84 | 0 | 0.49 | 0.31 | 145.14 | 0.72 | 0.4 |
| Hex | 1D | B1 | 5B | 54 | 0 | 31 | 1F | 91 | 48 | 28 |
| Octal | 35 | 261 | 133 | 124 | 0 | 61 | 37 | 221 | 110 | 50 |
| Binary | 11101 | 10110001 | 1011011 | 1010100 | 0 | 110001 | 11111 | 10010001 | 1001000 | 101000 |
Color Harmonies of #1DB15B
Complementary color
Monochromatic Colors of #1DB15B
Black with #1DB15B
Text Example
Text Example
White with #1DB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB15B; }
p { color: rgb(29,177,91); }
H1.HeaderClassName
{
color: #1DB15B;
}
.AnyTagClassName
{
color: #1DB15B;
}
</style>
background-color css
<style>
a { background-color: #1DB15B; }
a { background-color: rgb(29,177,91); }
div.DivClassName
{
background-color: #1DB15B;
}
.BgClassName
{
background-color: #1DB15B;
}
</style>
border-color css
<style>
span { border-color: #1DB15B; }
span { border-color: rgb(29,177,91); }
td.TdClassName
{
border-color: #1DB15B;
}
.TagClassName
{
border-color: #1DB15B;
}
</style>