Shades of Dark Pastel Green #1DB349
Tints of Dark Pastel Green #1DB349
RGB
CMYK
RGB Variations
Color information
#1DB349 (or 0x1DB349) is known color: Dark Pastel Green. HEX triplet: 1D, B3 and 49. RGB value is (29,179,73). Sum of RGB (Red+Green+Blue) = 29+179+73=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB349 is #E24CB6. Grayscale: #7A7A7A. Windows color (decimal): -14830775 or 4829981. OLE color: 4829981.
HSL color Cylindrical-coordinate representation of color #1DB349: hue angle of 137.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB349 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 73 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.30 |
| HSL | 137.6º | 0.72% | 0.41% | - |
| HSV(B) | 137.6º | 0.84% | 0.7% | - |
| XYZ | 17.83 | 32.98 | 11.73 | - |
| YUV | 122.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 73 | 0.84 | 0 | 0.59 | 0.30 | 137.6 | 0.72 | 0.41 |
| Hex | 1D | B3 | 49 | 54 | 0 | 3B | 1E | 8A | 48 | 29 |
| Octal | 35 | 263 | 111 | 124 | 0 | 73 | 36 | 212 | 110 | 51 |
| Binary | 11101 | 10110011 | 1001001 | 1010100 | 0 | 111011 | 11110 | 10001010 | 1001000 | 101001 |
Color Harmonies of #1DB349
Complementary color
Monochromatic Colors of #1DB349
Black with #1DB349
Text Example
Text Example
White with #1DB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB349; }
p { color: rgb(29,179,73); }
H1.HeaderClassName
{
color: #1DB349;
}
.AnyTagClassName
{
color: #1DB349;
}
</style>
background-color css
<style>
a { background-color: #1DB349; }
a { background-color: rgb(29,179,73); }
div.DivClassName
{
background-color: #1DB349;
}
.BgClassName
{
background-color: #1DB349;
}
</style>
border-color css
<style>
span { border-color: #1DB349; }
span { border-color: rgb(29,179,73); }
td.TdClassName
{
border-color: #1DB349;
}
.TagClassName
{
border-color: #1DB349;
}
</style>