Shades of Dark Pastel Green #1DBC4C
Tints of Dark Pastel Green #1DBC4C
RGB
CMYK
RGB Variations
Color information
#1DBC4C (or 0x1DBC4C) is known color: Dark Pastel Green. HEX triplet: 1D, BC and 4C. RGB value is (29,188,76). Sum of RGB (Red+Green+Blue) = 29+188+76=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBC4C is #E243B3. Grayscale: #7F7F7F. Windows color (decimal): -14828468 or 5028893. OLE color: 5028893.
HSL color Cylindrical-coordinate representation of color #1DBC4C: hue angle of 137.74º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBC4C is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 76 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.26 |
| HSL | 137.74º | 0.73% | 0.43% | - |
| HSV(B) | 137.74º | 0.85% | 0.74% | - |
| XYZ | 19.79 | 36.75 | 12.89 | - |
| YUV | 127.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 76 | 0.85 | 0 | 0.60 | 0.26 | 137.74 | 0.73 | 0.43 |
| Hex | 1D | BC | 4C | 55 | 0 | 3C | 1A | 8A | 49 | 2B |
| Octal | 35 | 274 | 114 | 125 | 0 | 74 | 32 | 212 | 111 | 53 |
| Binary | 11101 | 10111100 | 1001100 | 1010101 | 0 | 111100 | 11010 | 10001010 | 1001001 | 101011 |
Color Harmonies of #1DBC4C
Complementary color
Monochromatic Colors of #1DBC4C
Black with #1DBC4C
Text Example
Text Example
White with #1DBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC4C; }
p { color: rgb(29,188,76); }
H1.HeaderClassName
{
color: #1DBC4C;
}
.AnyTagClassName
{
color: #1DBC4C;
}
</style>
background-color css
<style>
a { background-color: #1DBC4C; }
a { background-color: rgb(29,188,76); }
div.DivClassName
{
background-color: #1DBC4C;
}
.BgClassName
{
background-color: #1DBC4C;
}
</style>
border-color css
<style>
span { border-color: #1DBC4C; }
span { border-color: rgb(29,188,76); }
td.TdClassName
{
border-color: #1DBC4C;
}
.TagClassName
{
border-color: #1DBC4C;
}
</style>