Shades of Dark Pastel Green #1DB436
Tints of Dark Pastel Green #1DB436
RGB
CMYK
RGB Variations
Color information
#1DB436 (or 0x1DB436) is known color: Dark Pastel Green. HEX triplet: 1D, B4 and 36. RGB value is (29,180,54). Sum of RGB (Red+Green+Blue) = 29+180+54=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 180 (70.70% from 255 or 68.44% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB436 is #E24BC9. Grayscale: #787878. Windows color (decimal): -14830538 or 3585053. OLE color: 3585053.
HSL color Cylindrical-coordinate representation of color #1DB436: hue angle of 129.93º 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 #1DB436 is Cyan = 0.84, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 54 | - |
| CMYK | 0.84 | 0 | 0.7 | 0.29 |
| HSL | 129.93º | 0.72% | 0.41% | - |
| HSV(B) | 129.93º | 0.84% | 0.71% | - |
| XYZ | 17.49 | 33.17 | 8.97 | - |
| YUV | 120.49 | 90.47 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 54 | 0.84 | 0 | 0.7 | 0.29 | 129.93 | 0.72 | 0.41 |
| Hex | 1D | B4 | 36 | 54 | 0 | 46 | 1D | 82 | 48 | 29 |
| Octal | 35 | 264 | 66 | 124 | 0 | 106 | 35 | 202 | 110 | 51 |
| Binary | 11101 | 10110100 | 110110 | 1010100 | 0 | 1000110 | 11101 | 10000010 | 1001000 | 101001 |
Color Harmonies of #1DB436
Complementary color
Monochromatic Colors of #1DB436
Black with #1DB436
Text Example
Text Example
White with #1DB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB436; }
p { color: rgb(29,180,54); }
H1.HeaderClassName
{
color: #1DB436;
}
.AnyTagClassName
{
color: #1DB436;
}
</style>
background-color css
<style>
a { background-color: #1DB436; }
a { background-color: rgb(29,180,54); }
div.DivClassName
{
background-color: #1DB436;
}
.BgClassName
{
background-color: #1DB436;
}
</style>
border-color css
<style>
span { border-color: #1DB436; }
span { border-color: rgb(29,180,54); }
td.TdClassName
{
border-color: #1DB436;
}
.TagClassName
{
border-color: #1DB436;
}
</style>