Shades of Dark Pastel Green #1DB345
Tints of Dark Pastel Green #1DB345
RGB
CMYK
RGB Variations
Color information
#1DB345 (or 0x1DB345) is known color: Dark Pastel Green. HEX triplet: 1D, B3 and 45. RGB value is (29,179,69). Sum of RGB (Red+Green+Blue) = 29+179+69=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 179 (70.31% from 255 or 64.62% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB345 is #E24CBA. Grayscale: #797979. Windows color (decimal): -14830779 or 4567837. OLE color: 4567837.
HSL color Cylindrical-coordinate representation of color #1DB345: hue angle of 136º 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 #1DB345 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 69 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.30 |
| HSL | 136º | 0.72% | 0.41% | - |
| HSV(B) | 136º | 0.84% | 0.7% | - |
| XYZ | 17.7 | 32.93 | 11.05 | - |
| YUV | 121.61 | 98.31 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 69 | 0.84 | 0 | 0.61 | 0.30 | 136 | 0.72 | 0.41 |
| Hex | 1D | B3 | 45 | 54 | 0 | 3D | 1E | 88 | 48 | 29 |
| Octal | 35 | 263 | 105 | 124 | 0 | 75 | 36 | 210 | 110 | 51 |
| Binary | 11101 | 10110011 | 1000101 | 1010100 | 0 | 111101 | 11110 | 10001000 | 1001000 | 101001 |
Color Harmonies of #1DB345
Complementary color
Monochromatic Colors of #1DB345
Black with #1DB345
Text Example
Text Example
White with #1DB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB345; }
p { color: rgb(29,179,69); }
H1.HeaderClassName
{
color: #1DB345;
}
.AnyTagClassName
{
color: #1DB345;
}
</style>
background-color css
<style>
a { background-color: #1DB345; }
a { background-color: rgb(29,179,69); }
div.DivClassName
{
background-color: #1DB345;
}
.BgClassName
{
background-color: #1DB345;
}
</style>
border-color css
<style>
span { border-color: #1DB345; }
span { border-color: rgb(29,179,69); }
td.TdClassName
{
border-color: #1DB345;
}
.TagClassName
{
border-color: #1DB345;
}
</style>