Shades of Dark Pastel Green #1DB24B
Tints of Dark Pastel Green #1DB24B
RGB
CMYK
RGB Variations
Color information
#1DB24B (or 0x1DB24B) is known color: Dark Pastel Green. HEX triplet: 1D, B2 and 4B. RGB value is (29,178,75). Sum of RGB (Red+Green+Blue) = 29+178+75=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB24B is #E24DB4. Grayscale: #797979. Windows color (decimal): -14831029 or 4960797. OLE color: 4960797.
HSL color Cylindrical-coordinate representation of color #1DB24B: hue angle of 138.52º 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 #1DB24B is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 75 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.30 |
| HSL | 138.52º | 0.72% | 0.41% | - |
| HSV(B) | 138.52º | 0.84% | 0.7% | - |
| XYZ | 17.7 | 32.61 | 12.02 | - |
| YUV | 121.71 | 101.64 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 75 | 0.84 | 0 | 0.58 | 0.30 | 138.52 | 0.72 | 0.41 |
| Hex | 1D | B2 | 4B | 54 | 0 | 3A | 1E | 8B | 48 | 29 |
| Octal | 35 | 262 | 113 | 124 | 0 | 72 | 36 | 213 | 110 | 51 |
| Binary | 11101 | 10110010 | 1001011 | 1010100 | 0 | 111010 | 11110 | 10001011 | 1001000 | 101001 |
Color Harmonies of #1DB24B
Complementary color
Monochromatic Colors of #1DB24B
Black with #1DB24B
Text Example
Text Example
White with #1DB24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB24B; }
p { color: rgb(29,178,75); }
H1.HeaderClassName
{
color: #1DB24B;
}
.AnyTagClassName
{
color: #1DB24B;
}
</style>
background-color css
<style>
a { background-color: #1DB24B; }
a { background-color: rgb(29,178,75); }
div.DivClassName
{
background-color: #1DB24B;
}
.BgClassName
{
background-color: #1DB24B;
}
</style>
border-color css
<style>
span { border-color: #1DB24B; }
span { border-color: rgb(29,178,75); }
td.TdClassName
{
border-color: #1DB24B;
}
.TagClassName
{
border-color: #1DB24B;
}
</style>