Shades of Dark Pastel Green #1DC746
Tints of Dark Pastel Green #1DC746
RGB
CMYK
RGB Variations
Color information
#1DC746 (or 0x1DC746) is known color: Dark Pastel Green. HEX triplet: 1D, C7 and 46. RGB value is (29,199,70). Sum of RGB (Red+Green+Blue) = 29+199+70=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 199 (78.12% from 255 or 66.78% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC746 is #E238B9. Grayscale: #858585. Windows color (decimal): -14825658 or 4638493. OLE color: 4638493.
HSL color Cylindrical-coordinate representation of color #1DC746: hue angle of 134.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC746 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 70 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.22 |
| HSL | 134.47º | 0.75% | 0.45% | - |
| HSV(B) | 134.47º | 0.85% | 0.78% | - |
| XYZ | 22.04 | 41.55 | 12.65 | - |
| YUV | 133.46 | 92.18 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 70 | 0.85 | 0 | 0.65 | 0.22 | 134.47 | 0.75 | 0.45 |
| Hex | 1D | C7 | 46 | 55 | 0 | 41 | 16 | 86 | 4B | 2D |
| Octal | 35 | 307 | 106 | 125 | 0 | 101 | 26 | 206 | 113 | 55 |
| Binary | 11101 | 11000111 | 1000110 | 1010101 | 0 | 1000001 | 10110 | 10000110 | 1001011 | 101101 |
Color Harmonies of #1DC746
Complementary color
Monochromatic Colors of #1DC746
Black with #1DC746
Text Example
Text Example
White with #1DC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC746; }
p { color: rgb(29,199,70); }
H1.HeaderClassName
{
color: #1DC746;
}
.AnyTagClassName
{
color: #1DC746;
}
</style>
background-color css
<style>
a { background-color: #1DC746; }
a { background-color: rgb(29,199,70); }
div.DivClassName
{
background-color: #1DC746;
}
.BgClassName
{
background-color: #1DC746;
}
</style>
border-color css
<style>
span { border-color: #1DC746; }
span { border-color: rgb(29,199,70); }
td.TdClassName
{
border-color: #1DC746;
}
.TagClassName
{
border-color: #1DC746;
}
</style>