Shades of Dark Pastel Green #1DBE49
Tints of Dark Pastel Green #1DBE49
RGB
CMYK
RGB Variations
Color information
#1DBE49 (or 0x1DBE49) is known color: Dark Pastel Green. HEX triplet: 1D, BE and 49. RGB value is (29,190,73). Sum of RGB (Red+Green+Blue) = 29+190+73=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBE49 is #E241B6. Grayscale: #808080. Windows color (decimal): -14827959 or 4832797. OLE color: 4832797.
HSL color Cylindrical-coordinate representation of color #1DBE49: hue angle of 136.4º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE49 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 73 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.25 |
| HSL | 136.4º | 0.74% | 0.43% | - |
| HSV(B) | 136.4º | 0.85% | 0.75% | - |
| XYZ | 20.12 | 37.57 | 12.49 | - |
| YUV | 128.52 | 96.66 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 73 | 0.85 | 0 | 0.62 | 0.25 | 136.4 | 0.74 | 0.43 |
| Hex | 1D | BE | 49 | 55 | 0 | 3E | 19 | 88 | 4A | 2B |
| Octal | 35 | 276 | 111 | 125 | 0 | 76 | 31 | 210 | 112 | 53 |
| Binary | 11101 | 10111110 | 1001001 | 1010101 | 0 | 111110 | 11001 | 10001000 | 1001010 | 101011 |
Color Harmonies of #1DBE49
Complementary color
Monochromatic Colors of #1DBE49
Black with #1DBE49
Text Example
Text Example
White with #1DBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE49; }
p { color: rgb(29,190,73); }
H1.HeaderClassName
{
color: #1DBE49;
}
.AnyTagClassName
{
color: #1DBE49;
}
</style>
background-color css
<style>
a { background-color: #1DBE49; }
a { background-color: rgb(29,190,73); }
div.DivClassName
{
background-color: #1DBE49;
}
.BgClassName
{
background-color: #1DBE49;
}
</style>
border-color css
<style>
span { border-color: #1DBE49; }
span { border-color: rgb(29,190,73); }
td.TdClassName
{
border-color: #1DBE49;
}
.TagClassName
{
border-color: #1DBE49;
}
</style>