Shades of Dark Pastel Green #1DC445
Tints of Dark Pastel Green #1DC445
RGB
CMYK
RGB Variations
Color information
#1DC445 (or 0x1DC445) is known color: Dark Pastel Green. HEX triplet: 1D, C4 and 45. RGB value is (29,196,69). Sum of RGB (Red+Green+Blue) = 29+196+69=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 196 (76.95% from 255 or 66.67% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC445 is #E23BBA. Grayscale: #838383. Windows color (decimal): -14826427 or 4572189. OLE color: 4572189.
HSL color Cylindrical-coordinate representation of color #1DC445: hue angle of 134.37º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC445 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 69 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.23 |
| HSL | 134.37º | 0.74% | 0.44% | - |
| HSV(B) | 134.37º | 0.85% | 0.77% | - |
| XYZ | 21.32 | 40.17 | 12.26 | - |
| YUV | 131.59 | 92.67 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 69 | 0.85 | 0 | 0.65 | 0.23 | 134.37 | 0.74 | 0.44 |
| Hex | 1D | C4 | 45 | 55 | 0 | 41 | 17 | 86 | 4A | 2C |
| Octal | 35 | 304 | 105 | 125 | 0 | 101 | 27 | 206 | 112 | 54 |
| Binary | 11101 | 11000100 | 1000101 | 1010101 | 0 | 1000001 | 10111 | 10000110 | 1001010 | 101100 |
Color Harmonies of #1DC445
Complementary color
Monochromatic Colors of #1DC445
Black with #1DC445
Text Example
Text Example
White with #1DC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC445; }
p { color: rgb(29,196,69); }
H1.HeaderClassName
{
color: #1DC445;
}
.AnyTagClassName
{
color: #1DC445;
}
</style>
background-color css
<style>
a { background-color: #1DC445; }
a { background-color: rgb(29,196,69); }
div.DivClassName
{
background-color: #1DC445;
}
.BgClassName
{
background-color: #1DC445;
}
</style>
border-color css
<style>
span { border-color: #1DC445; }
span { border-color: rgb(29,196,69); }
td.TdClassName
{
border-color: #1DC445;
}
.TagClassName
{
border-color: #1DC445;
}
</style>