Shades of Dark Pastel Green #1DBB42
Tints of Dark Pastel Green #1DBB42
RGB
CMYK
RGB Variations
Color information
#1DBB42 (or 0x1DBB42) is known color: Dark Pastel Green. HEX triplet: 1D, BB and 42. RGB value is (29,187,66). Sum of RGB (Red+Green+Blue) = 29+187+66=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 187 (73.44% from 255 or 66.31% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB42 is #E244BD. Grayscale: #7E7E7E. Windows color (decimal): -14828734 or 4373277. OLE color: 4373277.
HSL color Cylindrical-coordinate representation of color #1DBB42: hue angle of 134.05º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB42 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 66 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.27 |
| HSL | 134.05º | 0.73% | 0.42% | - |
| HSV(B) | 134.05º | 0.84% | 0.73% | - |
| XYZ | 19.26 | 36.2 | 11.13 | - |
| YUV | 125.96 | 94.15 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 66 | 0.84 | 0 | 0.65 | 0.27 | 134.05 | 0.73 | 0.42 |
| Hex | 1D | BB | 42 | 54 | 0 | 41 | 1B | 86 | 49 | 2A |
| Octal | 35 | 273 | 102 | 124 | 0 | 101 | 33 | 206 | 111 | 52 |
| Binary | 11101 | 10111011 | 1000010 | 1010100 | 0 | 1000001 | 11011 | 10000110 | 1001001 | 101010 |
Color Harmonies of #1DBB42
Complementary color
Monochromatic Colors of #1DBB42
Black with #1DBB42
Text Example
Text Example
White with #1DBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB42; }
p { color: rgb(29,187,66); }
H1.HeaderClassName
{
color: #1DBB42;
}
.AnyTagClassName
{
color: #1DBB42;
}
</style>
background-color css
<style>
a { background-color: #1DBB42; }
a { background-color: rgb(29,187,66); }
div.DivClassName
{
background-color: #1DBB42;
}
.BgClassName
{
background-color: #1DBB42;
}
</style>
border-color css
<style>
span { border-color: #1DBB42; }
span { border-color: rgb(29,187,66); }
td.TdClassName
{
border-color: #1DBB42;
}
.TagClassName
{
border-color: #1DBB42;
}
</style>