Shades of Pigment Green #1DB35B
Tints of Pigment Green #1DB35B
RGB
CMYK
RGB Variations
Color information
#1DB35B (or 0x1DB35B) is known color: Pigment Green. HEX triplet: 1D, B3 and 5B. RGB value is (29,179,91). Sum of RGB (Red+Green+Blue) = 29+179+91=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB35B is #E24CA4. Grayscale: #7C7C7C. Windows color (decimal): -14830757 or 6009629. OLE color: 6009629.
HSL color Cylindrical-coordinate representation of color #1DB35B: hue angle of 144.8º 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 #1DB35B is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 91 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.30 |
| HSL | 144.8º | 0.72% | 0.41% | - |
| HSV(B) | 144.8º | 0.84% | 0.7% | - |
| XYZ | 18.52 | 33.26 | 15.34 | - |
| YUV | 124.12 | 109.31 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 91 | 0.84 | 0 | 0.49 | 0.30 | 144.8 | 0.72 | 0.41 |
| Hex | 1D | B3 | 5B | 54 | 0 | 31 | 1E | 91 | 48 | 29 |
| Octal | 35 | 263 | 133 | 124 | 0 | 61 | 36 | 221 | 110 | 51 |
| Binary | 11101 | 10110011 | 1011011 | 1010100 | 0 | 110001 | 11110 | 10010001 | 1001000 | 101001 |
Color Harmonies of #1DB35B
Complementary color
Monochromatic Colors of #1DB35B
Black with #1DB35B
Text Example
Text Example
White with #1DB35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB35B; }
p { color: rgb(29,179,91); }
H1.HeaderClassName
{
color: #1DB35B;
}
.AnyTagClassName
{
color: #1DB35B;
}
</style>
background-color css
<style>
a { background-color: #1DB35B; }
a { background-color: rgb(29,179,91); }
div.DivClassName
{
background-color: #1DB35B;
}
.BgClassName
{
background-color: #1DB35B;
}
</style>
border-color css
<style>
span { border-color: #1DB35B; }
span { border-color: rgb(29,179,91); }
td.TdClassName
{
border-color: #1DB35B;
}
.TagClassName
{
border-color: #1DB35B;
}
</style>