Shades of Dark Pastel Green #1DBC4A
Tints of Dark Pastel Green #1DBC4A
RGB
CMYK
RGB Variations
Color information
#1DBC4A (or 0x1DBC4A) is known color: Dark Pastel Green. HEX triplet: 1D, BC and 4A. RGB value is (29,188,74). Sum of RGB (Red+Green+Blue) = 29+188+74=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBC4A is #E243B5. Grayscale: #7F7F7F. Windows color (decimal): -14828470 or 4897821. OLE color: 4897821.
HSL color Cylindrical-coordinate representation of color #1DBC4A: hue angle of 136.98º 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 #1DBC4A is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 74 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.26 |
| HSL | 136.98º | 0.73% | 0.43% | - |
| HSV(B) | 136.98º | 0.85% | 0.74% | - |
| XYZ | 19.73 | 36.72 | 12.53 | - |
| YUV | 127.46 | 97.82 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 74 | 0.85 | 0 | 0.61 | 0.26 | 136.98 | 0.73 | 0.43 |
| Hex | 1D | BC | 4A | 55 | 0 | 3D | 1A | 89 | 49 | 2B |
| Octal | 35 | 274 | 112 | 125 | 0 | 75 | 32 | 211 | 111 | 53 |
| Binary | 11101 | 10111100 | 1001010 | 1010101 | 0 | 111101 | 11010 | 10001001 | 1001001 | 101011 |
Color Harmonies of #1DBC4A
Complementary color
Monochromatic Colors of #1DBC4A
Black with #1DBC4A
Text Example
Text Example
White with #1DBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC4A; }
p { color: rgb(29,188,74); }
H1.HeaderClassName
{
color: #1DBC4A;
}
.AnyTagClassName
{
color: #1DBC4A;
}
</style>
background-color css
<style>
a { background-color: #1DBC4A; }
a { background-color: rgb(29,188,74); }
div.DivClassName
{
background-color: #1DBC4A;
}
.BgClassName
{
background-color: #1DBC4A;
}
</style>
border-color css
<style>
span { border-color: #1DBC4A; }
span { border-color: rgb(29,188,74); }
td.TdClassName
{
border-color: #1DBC4A;
}
.TagClassName
{
border-color: #1DBC4A;
}
</style>