Shades of Dark Pastel Green #1DB334
Tints of Dark Pastel Green #1DB334
RGB
CMYK
RGB Variations
Color information
#1DB334 (or 0x1DB334) is known color: Dark Pastel Green. HEX triplet: 1D, B3 and 34. RGB value is (29,179,52). Sum of RGB (Red+Green+Blue) = 29+179+52=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB334 is #E24CCB. Grayscale: #787878. Windows color (decimal): -14830796 or 3453725. OLE color: 3453725.
HSL color Cylindrical-coordinate representation of color #1DB334: hue angle of 129.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB334 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 52 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.30 |
| HSL | 129.2º | 0.72% | 0.41% | - |
| HSV(B) | 129.2º | 0.84% | 0.7% | - |
| XYZ | 17.25 | 32.75 | 8.66 | - |
| YUV | 119.67 | 89.81 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 52 | 0.84 | 0 | 0.71 | 0.30 | 129.2 | 0.72 | 0.41 |
| Hex | 1D | B3 | 34 | 54 | 0 | 47 | 1E | 81 | 48 | 29 |
| Octal | 35 | 263 | 64 | 124 | 0 | 107 | 36 | 201 | 110 | 51 |
| Binary | 11101 | 10110011 | 110100 | 1010100 | 0 | 1000111 | 11110 | 10000001 | 1001000 | 101001 |
Color Harmonies of #1DB334
Complementary color
Monochromatic Colors of #1DB334
Black with #1DB334
Text Example
Text Example
White with #1DB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB334; }
p { color: rgb(29,179,52); }
H1.HeaderClassName
{
color: #1DB334;
}
.AnyTagClassName
{
color: #1DB334;
}
</style>
background-color css
<style>
a { background-color: #1DB334; }
a { background-color: rgb(29,179,52); }
div.DivClassName
{
background-color: #1DB334;
}
.BgClassName
{
background-color: #1DB334;
}
</style>
border-color css
<style>
span { border-color: #1DB334; }
span { border-color: rgb(29,179,52); }
td.TdClassName
{
border-color: #1DB334;
}
.TagClassName
{
border-color: #1DB334;
}
</style>