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