Shades of Dark Pastel Green #1DC346
Tints of Dark Pastel Green #1DC346
RGB
CMYK
RGB Variations
Color information
#1DC346 (or 0x1DC346) is known color: Dark Pastel Green. HEX triplet: 1D, C3 and 46. RGB value is (29,195,70). Sum of RGB (Red+Green+Blue) = 29+195+70=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 195 (76.56% from 255 or 66.33% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC346 is #E23CB9. Grayscale: #838383. Windows color (decimal): -14826682 or 4637469. OLE color: 4637469.
HSL color Cylindrical-coordinate representation of color #1DC346: hue angle of 134.82º 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 #1DC346 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 70 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.24 |
| HSL | 134.82º | 0.74% | 0.44% | - |
| HSV(B) | 134.82º | 0.85% | 0.76% | - |
| XYZ | 21.13 | 39.73 | 12.35 | - |
| YUV | 131.12 | 93.5 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 70 | 0.85 | 0 | 0.64 | 0.24 | 134.82 | 0.74 | 0.44 |
| Hex | 1D | C3 | 46 | 55 | 0 | 40 | 18 | 87 | 4A | 2C |
| Octal | 35 | 303 | 106 | 125 | 0 | 100 | 30 | 207 | 112 | 54 |
| Binary | 11101 | 11000011 | 1000110 | 1010101 | 0 | 1000000 | 11000 | 10000111 | 1001010 | 101100 |
Color Harmonies of #1DC346
Complementary color
Monochromatic Colors of #1DC346
Black with #1DC346
Text Example
Text Example
White with #1DC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC346; }
p { color: rgb(29,195,70); }
H1.HeaderClassName
{
color: #1DC346;
}
.AnyTagClassName
{
color: #1DC346;
}
</style>
background-color css
<style>
a { background-color: #1DC346; }
a { background-color: rgb(29,195,70); }
div.DivClassName
{
background-color: #1DC346;
}
.BgClassName
{
background-color: #1DC346;
}
</style>
border-color css
<style>
span { border-color: #1DC346; }
span { border-color: rgb(29,195,70); }
td.TdClassName
{
border-color: #1DC346;
}
.TagClassName
{
border-color: #1DC346;
}
</style>