Shades of Dark Pastel Green #1DB736
Tints of Dark Pastel Green #1DB736
RGB
CMYK
RGB Variations
Color information
#1DB736 (or 0x1DB736) is known color: Dark Pastel Green. HEX triplet: 1D, B7 and 36. RGB value is (29,183,54). Sum of RGB (Red+Green+Blue) = 29+183+54=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 183 (71.88% from 255 or 68.80% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB736 is #E248C9. Grayscale: #7A7A7A. Windows color (decimal): -14829770 or 3585821. OLE color: 3585821.
HSL color Cylindrical-coordinate representation of color #1DB736: hue angle of 129.74º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB736 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 54 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.28 |
| HSL | 129.74º | 0.73% | 0.42% | - |
| HSV(B) | 129.74º | 0.84% | 0.72% | - |
| XYZ | 18.11 | 34.39 | 9.17 | - |
| YUV | 122.25 | 89.48 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 54 | 0.84 | 0 | 0.70 | 0.28 | 129.74 | 0.73 | 0.42 |
| Hex | 1D | B7 | 36 | 54 | 0 | 46 | 1C | 82 | 49 | 2A |
| Octal | 35 | 267 | 66 | 124 | 0 | 106 | 34 | 202 | 111 | 52 |
| Binary | 11101 | 10110111 | 110110 | 1010100 | 0 | 1000110 | 11100 | 10000010 | 1001001 | 101010 |
Color Harmonies of #1DB736
Complementary color
Monochromatic Colors of #1DB736
Black with #1DB736
Text Example
Text Example
White with #1DB736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB736; }
p { color: rgb(29,183,54); }
H1.HeaderClassName
{
color: #1DB736;
}
.AnyTagClassName
{
color: #1DB736;
}
</style>
background-color css
<style>
a { background-color: #1DB736; }
a { background-color: rgb(29,183,54); }
div.DivClassName
{
background-color: #1DB736;
}
.BgClassName
{
background-color: #1DB736;
}
</style>
border-color css
<style>
span { border-color: #1DB736; }
span { border-color: rgb(29,183,54); }
td.TdClassName
{
border-color: #1DB736;
}
.TagClassName
{
border-color: #1DB736;
}
</style>