Shades of Dark Pastel Green #1DB535
Tints of Dark Pastel Green #1DB535
RGB
CMYK
RGB Variations
Color information
#1DB535 (or 0x1DB535) is known color: Dark Pastel Green. HEX triplet: 1D, B5 and 35. RGB value is (29,181,53). Sum of RGB (Red+Green+Blue) = 29+181+53=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 181 (71.09% from 255 or 68.82% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB535 is #E24ACA. Grayscale: #797979. Windows color (decimal): -14830283 or 3519773. OLE color: 3519773.
HSL color Cylindrical-coordinate representation of color #1DB535: hue angle of 129.47º 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 #1DB535 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 53 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.29 |
| HSL | 129.47º | 0.72% | 0.41% | - |
| HSV(B) | 129.47º | 0.84% | 0.71% | - |
| XYZ | 17.67 | 33.57 | 8.92 | - |
| YUV | 120.96 | 89.64 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 53 | 0.84 | 0 | 0.71 | 0.29 | 129.47 | 0.72 | 0.41 |
| Hex | 1D | B5 | 35 | 54 | 0 | 47 | 1D | 81 | 48 | 29 |
| Octal | 35 | 265 | 65 | 124 | 0 | 107 | 35 | 201 | 110 | 51 |
| Binary | 11101 | 10110101 | 110101 | 1010100 | 0 | 1000111 | 11101 | 10000001 | 1001000 | 101001 |
Color Harmonies of #1DB535
Complementary color
Monochromatic Colors of #1DB535
Black with #1DB535
Text Example
Text Example
White with #1DB535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB535; }
p { color: rgb(29,181,53); }
H1.HeaderClassName
{
color: #1DB535;
}
.AnyTagClassName
{
color: #1DB535;
}
</style>
background-color css
<style>
a { background-color: #1DB535; }
a { background-color: rgb(29,181,53); }
div.DivClassName
{
background-color: #1DB535;
}
.BgClassName
{
background-color: #1DB535;
}
</style>
border-color css
<style>
span { border-color: #1DB535; }
span { border-color: rgb(29,181,53); }
td.TdClassName
{
border-color: #1DB535;
}
.TagClassName
{
border-color: #1DB535;
}
</style>