Shades of Dark Pastel Green #1DB74A
Tints of Dark Pastel Green #1DB74A
RGB
CMYK
RGB Variations
Color information
#1DB74A (or 0x1DB74A) is known color: Dark Pastel Green. HEX triplet: 1D, B7 and 4A. RGB value is (29,183,74). Sum of RGB (Red+Green+Blue) = 29+183+74=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB74A is #E248B5. Grayscale: #7C7C7C. Windows color (decimal): -14829750 or 4896541. OLE color: 4896541.
HSL color Cylindrical-coordinate representation of color #1DB74A: hue angle of 137.53º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB74A is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 74 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.28 |
| HSL | 137.53º | 0.73% | 0.42% | - |
| HSV(B) | 137.53º | 0.84% | 0.72% | - |
| XYZ | 18.68 | 34.62 | 12.18 | - |
| YUV | 124.53 | 99.48 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 74 | 0.84 | 0 | 0.60 | 0.28 | 137.53 | 0.73 | 0.42 |
| Hex | 1D | B7 | 4A | 54 | 0 | 3C | 1C | 8A | 49 | 2A |
| Octal | 35 | 267 | 112 | 124 | 0 | 74 | 34 | 212 | 111 | 52 |
| Binary | 11101 | 10110111 | 1001010 | 1010100 | 0 | 111100 | 11100 | 10001010 | 1001001 | 101010 |
Color Harmonies of #1DB74A
Complementary color
Monochromatic Colors of #1DB74A
Black with #1DB74A
Text Example
Text Example
White with #1DB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB74A; }
p { color: rgb(29,183,74); }
H1.HeaderClassName
{
color: #1DB74A;
}
.AnyTagClassName
{
color: #1DB74A;
}
</style>
background-color css
<style>
a { background-color: #1DB74A; }
a { background-color: rgb(29,183,74); }
div.DivClassName
{
background-color: #1DB74A;
}
.BgClassName
{
background-color: #1DB74A;
}
</style>
border-color css
<style>
span { border-color: #1DB74A; }
span { border-color: rgb(29,183,74); }
td.TdClassName
{
border-color: #1DB74A;
}
.TagClassName
{
border-color: #1DB74A;
}
</style>