Shades of Dark Pastel Green #1DB53F
Tints of Dark Pastel Green #1DB53F
RGB
CMYK
RGB Variations
Color information
#1DB53F (or 0x1DB53F) is known color: Dark Pastel Green. HEX triplet: 1D, B5 and 3F. RGB value is (29,181,63). Sum of RGB (Red+Green+Blue) = 29+181+63=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB53F is #E24AC0. Grayscale: #7A7A7A. Windows color (decimal): -14830273 or 4175133. OLE color: 4175133.
HSL color Cylindrical-coordinate representation of color #1DB53F: hue angle of 133.42º 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 #1DB53F is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 63 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.29 |
| HSL | 133.42º | 0.72% | 0.41% | - |
| HSV(B) | 133.42º | 0.84% | 0.71% | - |
| XYZ | 17.93 | 33.67 | 10.26 | - |
| YUV | 122.1 | 94.64 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 63 | 0.84 | 0 | 0.65 | 0.29 | 133.42 | 0.72 | 0.41 |
| Hex | 1D | B5 | 3F | 54 | 0 | 41 | 1D | 85 | 48 | 29 |
| Octal | 35 | 265 | 77 | 124 | 0 | 101 | 35 | 205 | 110 | 51 |
| Binary | 11101 | 10110101 | 111111 | 1010100 | 0 | 1000001 | 11101 | 10000101 | 1001000 | 101001 |
Color Harmonies of #1DB53F
Complementary color
Monochromatic Colors of #1DB53F
Black with #1DB53F
Text Example
Text Example
White with #1DB53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB53F; }
p { color: rgb(29,181,63); }
H1.HeaderClassName
{
color: #1DB53F;
}
.AnyTagClassName
{
color: #1DB53F;
}
</style>
background-color css
<style>
a { background-color: #1DB53F; }
a { background-color: rgb(29,181,63); }
div.DivClassName
{
background-color: #1DB53F;
}
.BgClassName
{
background-color: #1DB53F;
}
</style>
border-color css
<style>
span { border-color: #1DB53F; }
span { border-color: rgb(29,181,63); }
td.TdClassName
{
border-color: #1DB53F;
}
.TagClassName
{
border-color: #1DB53F;
}
</style>