Shades of Dark Pastel Green #1DCB40
Tints of Dark Pastel Green #1DCB40
RGB
CMYK
RGB Variations
Color information
#1DCB40 (or 0x1DCB40) is known color: Dark Pastel Green. HEX triplet: 1D, CB and 40. RGB value is (29,203,64). Sum of RGB (Red+Green+Blue) = 29+203+64=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 203 (79.69% from 255 or 68.58% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCB40 is #E234BF. Grayscale: #878787. Windows color (decimal): -14824640 or 4246301. OLE color: 4246301.
HSL color Cylindrical-coordinate representation of color #1DCB40: hue angle of 132.07º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCB40 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 64 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.20 |
| HSL | 132.07º | 0.75% | 0.45% | - |
| HSV(B) | 132.07º | 0.86% | 0.8% | - |
| XYZ | 22.79 | 43.34 | 12.02 | - |
| YUV | 135.13 | 87.85 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 64 | 0.86 | 0 | 0.68 | 0.20 | 132.07 | 0.75 | 0.45 |
| Hex | 1D | CB | 40 | 56 | 0 | 44 | 14 | 84 | 4B | 2D |
| Octal | 35 | 313 | 100 | 126 | 0 | 104 | 24 | 204 | 113 | 55 |
| Binary | 11101 | 11001011 | 1000000 | 1010110 | 0 | 1000100 | 10100 | 10000100 | 1001011 | 101101 |
Color Harmonies of #1DCB40
Complementary color
Monochromatic Colors of #1DCB40
Black with #1DCB40
Text Example
Text Example
White with #1DCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCB40; }
p { color: rgb(29,203,64); }
H1.HeaderClassName
{
color: #1DCB40;
}
.AnyTagClassName
{
color: #1DCB40;
}
</style>
background-color css
<style>
a { background-color: #1DCB40; }
a { background-color: rgb(29,203,64); }
div.DivClassName
{
background-color: #1DCB40;
}
.BgClassName
{
background-color: #1DCB40;
}
</style>
border-color css
<style>
span { border-color: #1DCB40; }
span { border-color: rgb(29,203,64); }
td.TdClassName
{
border-color: #1DCB40;
}
.TagClassName
{
border-color: #1DCB40;
}
</style>