Shades of Dark Pastel Green #1DB93F
Tints of Dark Pastel Green #1DB93F
RGB
CMYK
RGB Variations
Color information
#1DB93F (or 0x1DB93F) is known color: Dark Pastel Green. HEX triplet: 1D, B9 and 3F. RGB value is (29,185,63). Sum of RGB (Red+Green+Blue) = 29+185+63=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 185 (72.66% from 255 or 66.79% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB93F is #E246C0. Grayscale: #7C7C7C. Windows color (decimal): -14829249 or 4176157. OLE color: 4176157.
HSL color Cylindrical-coordinate representation of color #1DB93F: hue angle of 133.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB93F is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 63 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.27 |
| HSL | 133.08º | 0.73% | 0.42% | - |
| HSV(B) | 133.08º | 0.84% | 0.73% | - |
| XYZ | 18.75 | 35.32 | 10.53 | - |
| YUV | 124.45 | 93.32 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 63 | 0.84 | 0 | 0.66 | 0.27 | 133.08 | 0.73 | 0.42 |
| Hex | 1D | B9 | 3F | 54 | 0 | 42 | 1B | 85 | 49 | 2A |
| Octal | 35 | 271 | 77 | 124 | 0 | 102 | 33 | 205 | 111 | 52 |
| Binary | 11101 | 10111001 | 111111 | 1010100 | 0 | 1000010 | 11011 | 10000101 | 1001001 | 101010 |
Color Harmonies of #1DB93F
Complementary color
Monochromatic Colors of #1DB93F
Black with #1DB93F
Text Example
Text Example
White with #1DB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB93F; }
p { color: rgb(29,185,63); }
H1.HeaderClassName
{
color: #1DB93F;
}
.AnyTagClassName
{
color: #1DB93F;
}
</style>
background-color css
<style>
a { background-color: #1DB93F; }
a { background-color: rgb(29,185,63); }
div.DivClassName
{
background-color: #1DB93F;
}
.BgClassName
{
background-color: #1DB93F;
}
</style>
border-color css
<style>
span { border-color: #1DB93F; }
span { border-color: rgb(29,185,63); }
td.TdClassName
{
border-color: #1DB93F;
}
.TagClassName
{
border-color: #1DB93F;
}
</style>