Shades of Dark Pastel Green #1DB43F
Tints of Dark Pastel Green #1DB43F
RGB
CMYK
RGB Variations
Color information
#1DB43F (or 0x1DB43F) is known color: Dark Pastel Green. HEX triplet: 1D, B4 and 3F. RGB value is (29,180,63). Sum of RGB (Red+Green+Blue) = 29+180+63=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB43F is #E24BC0. Grayscale: #797979. Windows color (decimal): -14830529 or 4174877. OLE color: 4174877.
HSL color Cylindrical-coordinate representation of color #1DB43F: hue angle of 133.51º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB43F is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 63 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.29 |
| HSL | 133.51º | 0.72% | 0.41% | - |
| HSV(B) | 133.51º | 0.84% | 0.71% | - |
| XYZ | 17.73 | 33.26 | 10.19 | - |
| YUV | 121.51 | 94.97 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 63 | 0.84 | 0 | 0.65 | 0.29 | 133.51 | 0.72 | 0.41 |
| Hex | 1D | B4 | 3F | 54 | 0 | 41 | 1D | 86 | 48 | 29 |
| Octal | 35 | 264 | 77 | 124 | 0 | 101 | 35 | 206 | 110 | 51 |
| Binary | 11101 | 10110100 | 111111 | 1010100 | 0 | 1000001 | 11101 | 10000110 | 1001000 | 101001 |
Color Harmonies of #1DB43F
Complementary color
Monochromatic Colors of #1DB43F
Black with #1DB43F
Text Example
Text Example
White with #1DB43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB43F; }
p { color: rgb(29,180,63); }
H1.HeaderClassName
{
color: #1DB43F;
}
.AnyTagClassName
{
color: #1DB43F;
}
</style>
background-color css
<style>
a { background-color: #1DB43F; }
a { background-color: rgb(29,180,63); }
div.DivClassName
{
background-color: #1DB43F;
}
.BgClassName
{
background-color: #1DB43F;
}
</style>
border-color css
<style>
span { border-color: #1DB43F; }
span { border-color: rgb(29,180,63); }
td.TdClassName
{
border-color: #1DB43F;
}
.TagClassName
{
border-color: #1DB43F;
}
</style>