Shades of Dark Pastel Green #1DC43B
Tints of Dark Pastel Green #1DC43B
RGB
CMYK
RGB Variations
Color information
#1DC43B (or 0x1DC43B) is known color: Dark Pastel Green. HEX triplet: 1D, C4 and 3B. RGB value is (29,196,59). Sum of RGB (Red+Green+Blue) = 29+196+59=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC43B is #E23BC4. Grayscale: #828282. Windows color (decimal): -14826437 or 3916829. OLE color: 3916829.
HSL color Cylindrical-coordinate representation of color #1DC43B: hue angle of 130.78º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC43B is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 59 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.23 |
| HSL | 130.78º | 0.74% | 0.44% | - |
| HSV(B) | 130.78º | 0.85% | 0.77% | - |
| XYZ | 21.04 | 40.06 | 10.76 | - |
| YUV | 130.45 | 87.67 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 59 | 0.85 | 0 | 0.70 | 0.23 | 130.78 | 0.74 | 0.44 |
| Hex | 1D | C4 | 3B | 55 | 0 | 46 | 17 | 83 | 4A | 2C |
| Octal | 35 | 304 | 73 | 125 | 0 | 106 | 27 | 203 | 112 | 54 |
| Binary | 11101 | 11000100 | 111011 | 1010101 | 0 | 1000110 | 10111 | 10000011 | 1001010 | 101100 |
Color Harmonies of #1DC43B
Complementary color
Monochromatic Colors of #1DC43B
Black with #1DC43B
Text Example
Text Example
White with #1DC43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC43B; }
p { color: rgb(29,196,59); }
H1.HeaderClassName
{
color: #1DC43B;
}
.AnyTagClassName
{
color: #1DC43B;
}
</style>
background-color css
<style>
a { background-color: #1DC43B; }
a { background-color: rgb(29,196,59); }
div.DivClassName
{
background-color: #1DC43B;
}
.BgClassName
{
background-color: #1DC43B;
}
</style>
border-color css
<style>
span { border-color: #1DC43B; }
span { border-color: rgb(29,196,59); }
td.TdClassName
{
border-color: #1DC43B;
}
.TagClassName
{
border-color: #1DC43B;
}
</style>