Shades of Dark Pastel Green #1DB634
Tints of Dark Pastel Green #1DB634
RGB
CMYK
RGB Variations
Color information
#1DB634 (or 0x1DB634) is known color: Dark Pastel Green. HEX triplet: 1D, B6 and 34. RGB value is (29,182,52). Sum of RGB (Red+Green+Blue) = 29+182+52=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 182 (71.48% from 255 or 69.20% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB634 is #E249CB. Grayscale: #797979. Windows color (decimal): -14830028 or 3454493. OLE color: 3454493.
HSL color Cylindrical-coordinate representation of color #1DB634: hue angle of 129.02º degrees, saturation: 0.73, 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 #1DB634 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 52 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.29 |
| HSL | 129.02º | 0.73% | 0.41% | - |
| HSV(B) | 129.02º | 0.84% | 0.71% | - |
| XYZ | 17.85 | 33.97 | 8.86 | - |
| YUV | 121.43 | 88.81 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 52 | 0.84 | 0 | 0.71 | 0.29 | 129.02 | 0.73 | 0.41 |
| Hex | 1D | B6 | 34 | 54 | 0 | 47 | 1D | 81 | 49 | 29 |
| Octal | 35 | 266 | 64 | 124 | 0 | 107 | 35 | 201 | 111 | 51 |
| Binary | 11101 | 10110110 | 110100 | 1010100 | 0 | 1000111 | 11101 | 10000001 | 1001001 | 101001 |
Color Harmonies of #1DB634
Complementary color
Monochromatic Colors of #1DB634
Black with #1DB634
Text Example
Text Example
White with #1DB634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB634; }
p { color: rgb(29,182,52); }
H1.HeaderClassName
{
color: #1DB634;
}
.AnyTagClassName
{
color: #1DB634;
}
</style>
background-color css
<style>
a { background-color: #1DB634; }
a { background-color: rgb(29,182,52); }
div.DivClassName
{
background-color: #1DB634;
}
.BgClassName
{
background-color: #1DB634;
}
</style>
border-color css
<style>
span { border-color: #1DB634; }
span { border-color: rgb(29,182,52); }
td.TdClassName
{
border-color: #1DB634;
}
.TagClassName
{
border-color: #1DB634;
}
</style>