Shades of Dark Pastel Green #1DC145
Tints of Dark Pastel Green #1DC145
RGB
CMYK
RGB Variations
Color information
#1DC145 (or 0x1DC145) is known color: Dark Pastel Green. HEX triplet: 1D, C1 and 45. RGB value is (29,193,69). Sum of RGB (Red+Green+Blue) = 29+193+69=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC145 is #E23EBA. Grayscale: #828282. Windows color (decimal): -14827195 or 4571421. OLE color: 4571421.
HSL color Cylindrical-coordinate representation of color #1DC145: hue angle of 134.63º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC145 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 69 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.24 |
| HSL | 134.63º | 0.74% | 0.44% | - |
| HSV(B) | 134.63º | 0.85% | 0.76% | - |
| XYZ | 20.65 | 38.83 | 12.04 | - |
| YUV | 129.83 | 93.67 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 69 | 0.85 | 0 | 0.64 | 0.24 | 134.63 | 0.74 | 0.44 |
| Hex | 1D | C1 | 45 | 55 | 0 | 40 | 18 | 87 | 4A | 2C |
| Octal | 35 | 301 | 105 | 125 | 0 | 100 | 30 | 207 | 112 | 54 |
| Binary | 11101 | 11000001 | 1000101 | 1010101 | 0 | 1000000 | 11000 | 10000111 | 1001010 | 101100 |
Color Harmonies of #1DC145
Complementary color
Monochromatic Colors of #1DC145
Black with #1DC145
Text Example
Text Example
White with #1DC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC145; }
p { color: rgb(29,193,69); }
H1.HeaderClassName
{
color: #1DC145;
}
.AnyTagClassName
{
color: #1DC145;
}
</style>
background-color css
<style>
a { background-color: #1DC145; }
a { background-color: rgb(29,193,69); }
div.DivClassName
{
background-color: #1DC145;
}
.BgClassName
{
background-color: #1DC145;
}
</style>
border-color css
<style>
span { border-color: #1DC145; }
span { border-color: rgb(29,193,69); }
td.TdClassName
{
border-color: #1DC145;
}
.TagClassName
{
border-color: #1DC145;
}
</style>