Shades of Dark Pastel Green #1DBB39
Tints of Dark Pastel Green #1DBB39
RGB
CMYK
RGB Variations
Color information
#1DBB39 (or 0x1DBB39) is known color: Dark Pastel Green. HEX triplet: 1D, BB and 39. RGB value is (29,187,57). Sum of RGB (Red+Green+Blue) = 29+187+57=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB39 is #E244C6. Grayscale: #7D7D7D. Windows color (decimal): -14828743 or 3783453. OLE color: 3783453.
HSL color Cylindrical-coordinate representation of color #1DBB39: hue angle of 130.63º 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 #1DBB39 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 57 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.27 |
| HSL | 130.63º | 0.73% | 0.42% | - |
| HSV(B) | 130.63º | 0.84% | 0.73% | - |
| XYZ | 19.02 | 36.1 | 9.84 | - |
| YUV | 124.94 | 89.65 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 57 | 0.84 | 0 | 0.70 | 0.27 | 130.63 | 0.73 | 0.42 |
| Hex | 1D | BB | 39 | 54 | 0 | 46 | 1B | 83 | 49 | 2A |
| Octal | 35 | 273 | 71 | 124 | 0 | 106 | 33 | 203 | 111 | 52 |
| Binary | 11101 | 10111011 | 111001 | 1010100 | 0 | 1000110 | 11011 | 10000011 | 1001001 | 101010 |
Color Harmonies of #1DBB39
Complementary color
Monochromatic Colors of #1DBB39
Black with #1DBB39
Text Example
Text Example
White with #1DBB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB39; }
p { color: rgb(29,187,57); }
H1.HeaderClassName
{
color: #1DBB39;
}
.AnyTagClassName
{
color: #1DBB39;
}
</style>
background-color css
<style>
a { background-color: #1DBB39; }
a { background-color: rgb(29,187,57); }
div.DivClassName
{
background-color: #1DBB39;
}
.BgClassName
{
background-color: #1DBB39;
}
</style>
border-color css
<style>
span { border-color: #1DBB39; }
span { border-color: rgb(29,187,57); }
td.TdClassName
{
border-color: #1DBB39;
}
.TagClassName
{
border-color: #1DBB39;
}
</style>