Shades of Dark Pastel Green #1DC63E
Tints of Dark Pastel Green #1DC63E
RGB
CMYK
RGB Variations
Color information
#1DC63E (or 0x1DC63E) is known color: Dark Pastel Green. HEX triplet: 1D, C6 and 3E. RGB value is (29,198,62). Sum of RGB (Red+Green+Blue) = 29+198+62=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 198 (77.73% from 255 or 68.51% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC63E is #E239C1. Grayscale: #848484. Windows color (decimal): -14825922 or 4113949. OLE color: 4113949.
HSL color Cylindrical-coordinate representation of color #1DC63E: hue angle of 131.72º degrees, saturation: 0.74, 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 #1DC63E is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 198 | 62 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.22 |
| HSL | 131.72º | 0.74% | 0.45% | - |
| HSV(B) | 131.72º | 0.85% | 0.78% | - |
| XYZ | 21.57 | 41 | 11.33 | - |
| YUV | 131.97 | 88.51 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 62 | 0.85 | 0 | 0.69 | 0.22 | 131.72 | 0.74 | 0.45 |
| Hex | 1D | C6 | 3E | 55 | 0 | 45 | 16 | 84 | 4A | 2D |
| Octal | 35 | 306 | 76 | 125 | 0 | 105 | 26 | 204 | 112 | 55 |
| Binary | 11101 | 11000110 | 111110 | 1010101 | 0 | 1000101 | 10110 | 10000100 | 1001010 | 101101 |
Color Harmonies of #1DC63E
Complementary color
Monochromatic Colors of #1DC63E
Black with #1DC63E
Text Example
Text Example
White with #1DC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC63E; }
p { color: rgb(29,198,62); }
H1.HeaderClassName
{
color: #1DC63E;
}
.AnyTagClassName
{
color: #1DC63E;
}
</style>
background-color css
<style>
a { background-color: #1DC63E; }
a { background-color: rgb(29,198,62); }
div.DivClassName
{
background-color: #1DC63E;
}
.BgClassName
{
background-color: #1DC63E;
}
</style>
border-color css
<style>
span { border-color: #1DC63E; }
span { border-color: rgb(29,198,62); }
td.TdClassName
{
border-color: #1DC63E;
}
.TagClassName
{
border-color: #1DC63E;
}
</style>