Shades of Pigment Green #1DB25C
Tints of Pigment Green #1DB25C
RGB
CMYK
RGB Variations
Color information
#1DB25C (or 0x1DB25C) is known color: Pigment Green. HEX triplet: 1D, B2 and 5C. RGB value is (29,178,92). Sum of RGB (Red+Green+Blue) = 29+178+92=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB25C is #E24DA3. Grayscale: #7B7B7B. Windows color (decimal): -14831012 or 6074909. OLE color: 6074909.
HSL color Cylindrical-coordinate representation of color #1DB25C: hue angle of 145.37º 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 #1DB25C is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 92 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.30 |
| HSL | 145.37º | 0.72% | 0.41% | - |
| HSV(B) | 145.37º | 0.84% | 0.7% | - |
| XYZ | 18.36 | 32.87 | 15.5 | - |
| YUV | 123.65 | 110.14 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 92 | 0.84 | 0 | 0.48 | 0.30 | 145.37 | 0.72 | 0.41 |
| Hex | 1D | B2 | 5C | 54 | 0 | 30 | 1E | 91 | 48 | 29 |
| Octal | 35 | 262 | 134 | 124 | 0 | 60 | 36 | 221 | 110 | 51 |
| Binary | 11101 | 10110010 | 1011100 | 1010100 | 0 | 110000 | 11110 | 10010001 | 1001000 | 101001 |
Color Harmonies of #1DB25C
Complementary color
Monochromatic Colors of #1DB25C
Black with #1DB25C
Text Example
Text Example
White with #1DB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB25C; }
p { color: rgb(29,178,92); }
H1.HeaderClassName
{
color: #1DB25C;
}
.AnyTagClassName
{
color: #1DB25C;
}
</style>
background-color css
<style>
a { background-color: #1DB25C; }
a { background-color: rgb(29,178,92); }
div.DivClassName
{
background-color: #1DB25C;
}
.BgClassName
{
background-color: #1DB25C;
}
</style>
border-color css
<style>
span { border-color: #1DB25C; }
span { border-color: rgb(29,178,92); }
td.TdClassName
{
border-color: #1DB25C;
}
.TagClassName
{
border-color: #1DB25C;
}
</style>