Shades of Dark Pastel Green #1DB64F
Tints of Dark Pastel Green #1DB64F
RGB
CMYK
RGB Variations
Color information
#1DB64F (or 0x1DB64F) is known color: Dark Pastel Green. HEX triplet: 1D, B6 and 4F. RGB value is (29,182,79). Sum of RGB (Red+Green+Blue) = 29+182+79=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 182 (71.48% from 255 or 62.76% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB64F is #E249B0. Grayscale: #7C7C7C. Windows color (decimal): -14830001 or 5223965. OLE color: 5223965.
HSL color Cylindrical-coordinate representation of color #1DB64F: hue angle of 139.61º degrees, saturation: 0.73, 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 #1DB64F is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 79 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.29 |
| HSL | 139.61º | 0.73% | 0.41% | - |
| HSV(B) | 139.61º | 0.84% | 0.71% | - |
| XYZ | 18.65 | 34.28 | 13.03 | - |
| YUV | 124.51 | 102.31 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 79 | 0.84 | 0 | 0.57 | 0.29 | 139.61 | 0.73 | 0.41 |
| Hex | 1D | B6 | 4F | 54 | 0 | 39 | 1D | 8C | 49 | 29 |
| Octal | 35 | 266 | 117 | 124 | 0 | 71 | 35 | 214 | 111 | 51 |
| Binary | 11101 | 10110110 | 1001111 | 1010100 | 0 | 111001 | 11101 | 10001100 | 1001001 | 101001 |
Color Harmonies of #1DB64F
Complementary color
Monochromatic Colors of #1DB64F
Black with #1DB64F
Text Example
Text Example
White with #1DB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB64F; }
p { color: rgb(29,182,79); }
H1.HeaderClassName
{
color: #1DB64F;
}
.AnyTagClassName
{
color: #1DB64F;
}
</style>
background-color css
<style>
a { background-color: #1DB64F; }
a { background-color: rgb(29,182,79); }
div.DivClassName
{
background-color: #1DB64F;
}
.BgClassName
{
background-color: #1DB64F;
}
</style>
border-color css
<style>
span { border-color: #1DB64F; }
span { border-color: rgb(29,182,79); }
td.TdClassName
{
border-color: #1DB64F;
}
.TagClassName
{
border-color: #1DB64F;
}
</style>