Shades of Dark Pastel Green #1DC248
Tints of Dark Pastel Green #1DC248
RGB
CMYK
RGB Variations
Color information
#1DC248 (or 0x1DC248) is known color: Dark Pastel Green. HEX triplet: 1D, C2 and 48. RGB value is (29,194,72). Sum of RGB (Red+Green+Blue) = 29+194+72=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC248 is #E23DB7. Grayscale: #838383. Windows color (decimal): -14826936 or 4768285. OLE color: 4768285.
HSL color Cylindrical-coordinate representation of color #1DC248: hue angle of 135.64º 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 #1DC248 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 72 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.24 |
| HSL | 135.64º | 0.74% | 0.44% | - |
| HSV(B) | 135.64º | 0.85% | 0.76% | - |
| XYZ | 20.97 | 39.31 | 12.61 | - |
| YUV | 130.76 | 94.84 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 72 | 0.85 | 0 | 0.63 | 0.24 | 135.64 | 0.74 | 0.44 |
| Hex | 1D | C2 | 48 | 55 | 0 | 3F | 18 | 88 | 4A | 2C |
| Octal | 35 | 302 | 110 | 125 | 0 | 77 | 30 | 210 | 112 | 54 |
| Binary | 11101 | 11000010 | 1001000 | 1010101 | 0 | 111111 | 11000 | 10001000 | 1001010 | 101100 |
Color Harmonies of #1DC248
Complementary color
Monochromatic Colors of #1DC248
Black with #1DC248
Text Example
Text Example
White with #1DC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC248; }
p { color: rgb(29,194,72); }
H1.HeaderClassName
{
color: #1DC248;
}
.AnyTagClassName
{
color: #1DC248;
}
</style>
background-color css
<style>
a { background-color: #1DC248; }
a { background-color: rgb(29,194,72); }
div.DivClassName
{
background-color: #1DC248;
}
.BgClassName
{
background-color: #1DC248;
}
</style>
border-color css
<style>
span { border-color: #1DC248; }
span { border-color: rgb(29,194,72); }
td.TdClassName
{
border-color: #1DC248;
}
.TagClassName
{
border-color: #1DC248;
}
</style>