Shades of Dark Pastel Green #1DB64C
Tints of Dark Pastel Green #1DB64C
RGB
CMYK
RGB Variations
Color information
#1DB64C (or 0x1DB64C) is known color: Dark Pastel Green. HEX triplet: 1D, B6 and 4C. RGB value is (29,182,76). Sum of RGB (Red+Green+Blue) = 29+182+76=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 182 (71.48% from 255 or 63.41% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB64C is #E249B3. Grayscale: #7C7C7C. Windows color (decimal): -14830004 or 5027357. OLE color: 5027357.
HSL color Cylindrical-coordinate representation of color #1DB64C: hue angle of 138.43º 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 #1DB64C is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 76 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.29 |
| HSL | 138.43º | 0.73% | 0.41% | - |
| HSV(B) | 138.43º | 0.84% | 0.71% | - |
| XYZ | 18.54 | 34.24 | 12.47 | - |
| YUV | 124.17 | 100.81 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 76 | 0.84 | 0 | 0.58 | 0.29 | 138.43 | 0.73 | 0.41 |
| Hex | 1D | B6 | 4C | 54 | 0 | 3A | 1D | 8A | 49 | 29 |
| Octal | 35 | 266 | 114 | 124 | 0 | 72 | 35 | 212 | 111 | 51 |
| Binary | 11101 | 10110110 | 1001100 | 1010100 | 0 | 111010 | 11101 | 10001010 | 1001001 | 101001 |
Color Harmonies of #1DB64C
Complementary color
Monochromatic Colors of #1DB64C
Black with #1DB64C
Text Example
Text Example
White with #1DB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB64C; }
p { color: rgb(29,182,76); }
H1.HeaderClassName
{
color: #1DB64C;
}
.AnyTagClassName
{
color: #1DB64C;
}
</style>
background-color css
<style>
a { background-color: #1DB64C; }
a { background-color: rgb(29,182,76); }
div.DivClassName
{
background-color: #1DB64C;
}
.BgClassName
{
background-color: #1DB64C;
}
</style>
border-color css
<style>
span { border-color: #1DB64C; }
span { border-color: rgb(29,182,76); }
td.TdClassName
{
border-color: #1DB64C;
}
.TagClassName
{
border-color: #1DB64C;
}
</style>