Shades of Dark Pastel Green #1DB34A
Tints of Dark Pastel Green #1DB34A
RGB
CMYK
RGB Variations
Color information
#1DB34A (or 0x1DB34A) is known color: Dark Pastel Green. HEX triplet: 1D, B3 and 4A. RGB value is (29,179,74). Sum of RGB (Red+Green+Blue) = 29+179+74=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB34A is #E24CB5. Grayscale: #7A7A7A. Windows color (decimal): -14830774 or 4895517. OLE color: 4895517.
HSL color Cylindrical-coordinate representation of color #1DB34A: hue angle of 138º 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 #1DB34A is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 74 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.30 |
| HSL | 138º | 0.72% | 0.41% | - |
| HSV(B) | 138º | 0.84% | 0.7% | - |
| XYZ | 17.86 | 33 | 11.91 | - |
| YUV | 122.18 | 100.81 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 74 | 0.84 | 0 | 0.59 | 0.30 | 138 | 0.72 | 0.41 |
| Hex | 1D | B3 | 4A | 54 | 0 | 3B | 1E | 8A | 48 | 29 |
| Octal | 35 | 263 | 112 | 124 | 0 | 73 | 36 | 212 | 110 | 51 |
| Binary | 11101 | 10110011 | 1001010 | 1010100 | 0 | 111011 | 11110 | 10001010 | 1001000 | 101001 |
Color Harmonies of #1DB34A
Complementary color
Monochromatic Colors of #1DB34A
Black with #1DB34A
Text Example
Text Example
White with #1DB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB34A; }
p { color: rgb(29,179,74); }
H1.HeaderClassName
{
color: #1DB34A;
}
.AnyTagClassName
{
color: #1DB34A;
}
</style>
background-color css
<style>
a { background-color: #1DB34A; }
a { background-color: rgb(29,179,74); }
div.DivClassName
{
background-color: #1DB34A;
}
.BgClassName
{
background-color: #1DB34A;
}
</style>
border-color css
<style>
span { border-color: #1DB34A; }
span { border-color: rgb(29,179,74); }
td.TdClassName
{
border-color: #1DB34A;
}
.TagClassName
{
border-color: #1DB34A;
}
</style>