Shades of Dark Pastel Green #1DB640
Tints of Dark Pastel Green #1DB640
RGB
CMYK
RGB Variations
Color information
#1DB640 (or 0x1DB640) is known color: Dark Pastel Green. HEX triplet: 1D, B6 and 40. RGB value is (29,182,64). Sum of RGB (Red+Green+Blue) = 29+182+64=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 182 (71.48% from 255 or 66.18% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB640 is #E249BF. Grayscale: #7B7B7B. Windows color (decimal): -14830016 or 4240925. OLE color: 4240925.
HSL color Cylindrical-coordinate representation of color #1DB640: hue angle of 133.73º 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 #1DB640 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 64 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.29 |
| HSL | 133.73º | 0.73% | 0.41% | - |
| HSV(B) | 133.73º | 0.84% | 0.71% | - |
| XYZ | 18.16 | 34.09 | 10.47 | - |
| YUV | 122.8 | 94.81 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 64 | 0.84 | 0 | 0.65 | 0.29 | 133.73 | 0.73 | 0.41 |
| Hex | 1D | B6 | 40 | 54 | 0 | 41 | 1D | 86 | 49 | 29 |
| Octal | 35 | 266 | 100 | 124 | 0 | 101 | 35 | 206 | 111 | 51 |
| Binary | 11101 | 10110110 | 1000000 | 1010100 | 0 | 1000001 | 11101 | 10000110 | 1001001 | 101001 |
Color Harmonies of #1DB640
Complementary color
Monochromatic Colors of #1DB640
Black with #1DB640
Text Example
Text Example
White with #1DB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB640; }
p { color: rgb(29,182,64); }
H1.HeaderClassName
{
color: #1DB640;
}
.AnyTagClassName
{
color: #1DB640;
}
</style>
background-color css
<style>
a { background-color: #1DB640; }
a { background-color: rgb(29,182,64); }
div.DivClassName
{
background-color: #1DB640;
}
.BgClassName
{
background-color: #1DB640;
}
</style>
border-color css
<style>
span { border-color: #1DB640; }
span { border-color: rgb(29,182,64); }
td.TdClassName
{
border-color: #1DB640;
}
.TagClassName
{
border-color: #1DB640;
}
</style>