Shades of Dark Pastel Green #1DC348
Tints of Dark Pastel Green #1DC348
RGB
CMYK
RGB Variations
Color information
#1DC348 (or 0x1DC348) is known color: Dark Pastel Green. HEX triplet: 1D, C3 and 48. RGB value is (29,195,72). Sum of RGB (Red+Green+Blue) = 29+195+72=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC348 is #E23CB7. Grayscale: #838383. Windows color (decimal): -14826680 or 4768541. OLE color: 4768541.
HSL color Cylindrical-coordinate representation of color #1DC348: hue angle of 135.54º 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 #1DC348 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 72 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.24 |
| HSL | 135.54º | 0.74% | 0.44% | - |
| HSV(B) | 135.54º | 0.85% | 0.76% | - |
| XYZ | 21.19 | 39.76 | 12.69 | - |
| YUV | 131.34 | 94.5 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 72 | 0.85 | 0 | 0.63 | 0.24 | 135.54 | 0.74 | 0.44 |
| Hex | 1D | C3 | 48 | 55 | 0 | 3F | 18 | 88 | 4A | 2C |
| Octal | 35 | 303 | 110 | 125 | 0 | 77 | 30 | 210 | 112 | 54 |
| Binary | 11101 | 11000011 | 1001000 | 1010101 | 0 | 111111 | 11000 | 10001000 | 1001010 | 101100 |
Color Harmonies of #1DC348
Complementary color
Monochromatic Colors of #1DC348
Black with #1DC348
Text Example
Text Example
White with #1DC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC348; }
p { color: rgb(29,195,72); }
H1.HeaderClassName
{
color: #1DC348;
}
.AnyTagClassName
{
color: #1DC348;
}
</style>
background-color css
<style>
a { background-color: #1DC348; }
a { background-color: rgb(29,195,72); }
div.DivClassName
{
background-color: #1DC348;
}
.BgClassName
{
background-color: #1DC348;
}
</style>
border-color css
<style>
span { border-color: #1DC348; }
span { border-color: rgb(29,195,72); }
td.TdClassName
{
border-color: #1DC348;
}
.TagClassName
{
border-color: #1DC348;
}
</style>