Shades of Dark Pastel Green #1DB644
Tints of Dark Pastel Green #1DB644
RGB
CMYK
RGB Variations
Color information
#1DB644 (or 0x1DB644) is known color: Dark Pastel Green. HEX triplet: 1D, B6 and 44. RGB value is (29,182,68). Sum of RGB (Red+Green+Blue) = 29+182+68=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 182 (71.48% from 255 or 65.23% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB644 is #E249BB. Grayscale: #7B7B7B. Windows color (decimal): -14830012 or 4503069. OLE color: 4503069.
HSL color Cylindrical-coordinate representation of color #1DB644: hue angle of 135.29º 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 #1DB644 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 68 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.29 |
| HSL | 135.29º | 0.73% | 0.41% | - |
| HSV(B) | 135.29º | 0.84% | 0.71% | - |
| XYZ | 18.28 | 34.13 | 11.09 | - |
| YUV | 123.26 | 96.81 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 68 | 0.84 | 0 | 0.63 | 0.29 | 135.29 | 0.73 | 0.41 |
| Hex | 1D | B6 | 44 | 54 | 0 | 3F | 1D | 87 | 49 | 29 |
| Octal | 35 | 266 | 104 | 124 | 0 | 77 | 35 | 207 | 111 | 51 |
| Binary | 11101 | 10110110 | 1000100 | 1010100 | 0 | 111111 | 11101 | 10000111 | 1001001 | 101001 |
Color Harmonies of #1DB644
Complementary color
Monochromatic Colors of #1DB644
Black with #1DB644
Text Example
Text Example
White with #1DB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB644; }
p { color: rgb(29,182,68); }
H1.HeaderClassName
{
color: #1DB644;
}
.AnyTagClassName
{
color: #1DB644;
}
</style>
background-color css
<style>
a { background-color: #1DB644; }
a { background-color: rgb(29,182,68); }
div.DivClassName
{
background-color: #1DB644;
}
.BgClassName
{
background-color: #1DB644;
}
</style>
border-color css
<style>
span { border-color: #1DB644; }
span { border-color: rgb(29,182,68); }
td.TdClassName
{
border-color: #1DB644;
}
.TagClassName
{
border-color: #1DB644;
}
</style>