Shades of Pigment Green #1DB455
Tints of Pigment Green #1DB455
RGB
CMYK
RGB Variations
Color information
#1DB455 (or 0x1DB455) is known color: Pigment Green. HEX triplet: 1D, B4 and 55. RGB value is (29,180,85). Sum of RGB (Red+Green+Blue) = 29+180+85=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB455 is #E24BAA. Grayscale: #7C7C7C. Windows color (decimal): -14830507 or 5616669. OLE color: 5616669.
HSL color Cylindrical-coordinate representation of color #1DB455: hue angle of 142.25º 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 #1DB455 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 85 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.29 |
| HSL | 142.25º | 0.72% | 0.41% | - |
| HSV(B) | 142.25º | 0.84% | 0.71% | - |
| XYZ | 18.47 | 33.56 | 14.1 | - |
| YUV | 124.02 | 105.97 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 85 | 0.84 | 0 | 0.53 | 0.29 | 142.25 | 0.72 | 0.41 |
| Hex | 1D | B4 | 55 | 54 | 0 | 35 | 1D | 8E | 48 | 29 |
| Octal | 35 | 264 | 125 | 124 | 0 | 65 | 35 | 216 | 110 | 51 |
| Binary | 11101 | 10110100 | 1010101 | 1010100 | 0 | 110101 | 11101 | 10001110 | 1001000 | 101001 |
Color Harmonies of #1DB455
Complementary color
Monochromatic Colors of #1DB455
Black with #1DB455
Text Example
Text Example
White with #1DB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB455; }
p { color: rgb(29,180,85); }
H1.HeaderClassName
{
color: #1DB455;
}
.AnyTagClassName
{
color: #1DB455;
}
</style>
background-color css
<style>
a { background-color: #1DB455; }
a { background-color: rgb(29,180,85); }
div.DivClassName
{
background-color: #1DB455;
}
.BgClassName
{
background-color: #1DB455;
}
</style>
border-color css
<style>
span { border-color: #1DB455; }
span { border-color: rgb(29,180,85); }
td.TdClassName
{
border-color: #1DB455;
}
.TagClassName
{
border-color: #1DB455;
}
</style>