Shades of Dark Pastel Green #1DBF3E
Tints of Dark Pastel Green #1DBF3E
RGB
CMYK
RGB Variations
Color information
#1DBF3E (or 0x1DBF3E) is known color: Dark Pastel Green. HEX triplet: 1D, BF and 3E. RGB value is (29,191,62). Sum of RGB (Red+Green+Blue) = 29+191+62=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBF3E is #E240C1. Grayscale: #808080. Windows color (decimal): -14827714 or 4112157. OLE color: 4112157.
HSL color Cylindrical-coordinate representation of color #1DBF3E: hue angle of 132.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBF3E is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 62 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.25 |
| HSL | 132.22º | 0.74% | 0.43% | - |
| HSV(B) | 132.22º | 0.85% | 0.75% | - |
| XYZ | 20.01 | 37.87 | 10.81 | - |
| YUV | 127.86 | 90.83 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 62 | 0.85 | 0 | 0.68 | 0.25 | 132.22 | 0.74 | 0.43 |
| Hex | 1D | BF | 3E | 55 | 0 | 44 | 19 | 84 | 4A | 2B |
| Octal | 35 | 277 | 76 | 125 | 0 | 104 | 31 | 204 | 112 | 53 |
| Binary | 11101 | 10111111 | 111110 | 1010101 | 0 | 1000100 | 11001 | 10000100 | 1001010 | 101011 |
Color Harmonies of #1DBF3E
Complementary color
Monochromatic Colors of #1DBF3E
Black with #1DBF3E
Text Example
Text Example
White with #1DBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF3E; }
p { color: rgb(29,191,62); }
H1.HeaderClassName
{
color: #1DBF3E;
}
.AnyTagClassName
{
color: #1DBF3E;
}
</style>
background-color css
<style>
a { background-color: #1DBF3E; }
a { background-color: rgb(29,191,62); }
div.DivClassName
{
background-color: #1DBF3E;
}
.BgClassName
{
background-color: #1DBF3E;
}
</style>
border-color css
<style>
span { border-color: #1DBF3E; }
span { border-color: rgb(29,191,62); }
td.TdClassName
{
border-color: #1DBF3E;
}
.TagClassName
{
border-color: #1DBF3E;
}
</style>