Shades of Pigment Green #1DB35A
Tints of Pigment Green #1DB35A
RGB
CMYK
RGB Variations
Color information
#1DB35A (or 0x1DB35A) is known color: Pigment Green. HEX triplet: 1D, B3 and 5A. RGB value is (29,179,90). Sum of RGB (Red+Green+Blue) = 29+179+90=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB35A is #E24CA5. Grayscale: #7C7C7C. Windows color (decimal): -14830758 or 5944093. OLE color: 5944093.
HSL color Cylindrical-coordinate representation of color #1DB35A: hue angle of 144.4º 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 #1DB35A is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 90 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.30 |
| HSL | 144.4º | 0.72% | 0.41% | - |
| HSV(B) | 144.4º | 0.84% | 0.7% | - |
| XYZ | 18.47 | 33.24 | 15.12 | - |
| YUV | 124 | 108.81 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 90 | 0.84 | 0 | 0.50 | 0.30 | 144.4 | 0.72 | 0.41 |
| Hex | 1D | B3 | 5A | 54 | 0 | 32 | 1E | 90 | 48 | 29 |
| Octal | 35 | 263 | 132 | 124 | 0 | 62 | 36 | 220 | 110 | 51 |
| Binary | 11101 | 10110011 | 1011010 | 1010100 | 0 | 110010 | 11110 | 10010000 | 1001000 | 101001 |
Color Harmonies of #1DB35A
Complementary color
Monochromatic Colors of #1DB35A
Black with #1DB35A
Text Example
Text Example
White with #1DB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB35A; }
p { color: rgb(29,179,90); }
H1.HeaderClassName
{
color: #1DB35A;
}
.AnyTagClassName
{
color: #1DB35A;
}
</style>
background-color css
<style>
a { background-color: #1DB35A; }
a { background-color: rgb(29,179,90); }
div.DivClassName
{
background-color: #1DB35A;
}
.BgClassName
{
background-color: #1DB35A;
}
</style>
border-color css
<style>
span { border-color: #1DB35A; }
span { border-color: rgb(29,179,90); }
td.TdClassName
{
border-color: #1DB35A;
}
.TagClassName
{
border-color: #1DB35A;
}
</style>