Shades of Dark Pastel Green #1DBA3B
Tints of Dark Pastel Green #1DBA3B
RGB
CMYK
RGB Variations
Color information
#1DBA3B (or 0x1DBA3B) is known color: Dark Pastel Green. HEX triplet: 1D, BA and 3B. RGB value is (29,186,59). Sum of RGB (Red+Green+Blue) = 29+186+59=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA3B is #E245C4. Grayscale: #7C7C7C. Windows color (decimal): -14828997 or 3914269. OLE color: 3914269.
HSL color Cylindrical-coordinate representation of color #1DBA3B: hue angle of 131.46º 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 #1DBA3B is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 59 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.27 |
| HSL | 131.47º | 0.73% | 0.42% | - |
| HSV(B) | 131.47º | 0.84% | 0.73% | - |
| XYZ | 18.86 | 35.69 | 10.03 | - |
| YUV | 124.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 59 | 0.84 | 0 | 0.68 | 0.27 | 131.47 | 0.73 | 0.42 |
| Hex | 1D | BA | 3B | 54 | 0 | 44 | 1B | 83 | 49 | 2A |
| Octal | 35 | 272 | 73 | 124 | 0 | 104 | 33 | 203 | 111 | 52 |
| Binary | 11101 | 10111010 | 111011 | 1010100 | 0 | 1000100 | 11011 | 10000011 | 1001001 | 101010 |
Color Harmonies of #1DBA3B
Complementary color
Monochromatic Colors of #1DBA3B
Black with #1DBA3B
Text Example
Text Example
White with #1DBA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA3B; }
p { color: rgb(29,186,59); }
H1.HeaderClassName
{
color: #1DBA3B;
}
.AnyTagClassName
{
color: #1DBA3B;
}
</style>
background-color css
<style>
a { background-color: #1DBA3B; }
a { background-color: rgb(29,186,59); }
div.DivClassName
{
background-color: #1DBA3B;
}
.BgClassName
{
background-color: #1DBA3B;
}
</style>
border-color css
<style>
span { border-color: #1DBA3B; }
span { border-color: rgb(29,186,59); }
td.TdClassName
{
border-color: #1DBA3B;
}
.TagClassName
{
border-color: #1DBA3B;
}
</style>