Shades of Dark Pastel Green #1EB032
Tints of Dark Pastel Green #1EB032
RGB
CMYK
RGB Variations
Color information
#1EB032 (or 0x1EB032) is known color: Dark Pastel Green. HEX triplet: 1E, B0 and 32. RGB value is (30,176,50). Sum of RGB (Red+Green+Blue) = 30+176+50=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #1EB032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EB032 is #E14FCD. Grayscale: #767676. Windows color (decimal): -14766030 or 3321886. OLE color: 3321886.
HSL color Cylindrical-coordinate representation of color #1EB032: hue angle of 128.22º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB032 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 176 | 50 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.31 |
| HSL | 128.22º | 0.71% | 0.4% | - |
| HSV(B) | 128.22º | 0.83% | 0.69% | - |
| XYZ | 16.64 | 31.56 | 8.23 | - |
| YUV | 117.98 | 89.63 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 176 | 50 | 0.83 | 0 | 0.72 | 0.31 | 128.22 | 0.71 | 0.4 |
| Hex | 1E | B0 | 32 | 53 | 0 | 48 | 1F | 80 | 47 | 28 |
| Octal | 36 | 260 | 62 | 123 | 0 | 110 | 37 | 200 | 107 | 50 |
| Binary | 11110 | 10110000 | 110010 | 1010011 | 0 | 1001000 | 11111 | 10000000 | 1000111 | 101000 |
Color Harmonies of #1EB032
Complementary color
Monochromatic Colors of #1EB032
Black with #1EB032
Text Example
Text Example
White with #1EB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB032; }
p { color: rgb(30,176,50); }
H1.HeaderClassName
{
color: #1EB032;
}
.AnyTagClassName
{
color: #1EB032;
}
</style>
background-color css
<style>
a { background-color: #1EB032; }
a { background-color: rgb(30,176,50); }
div.DivClassName
{
background-color: #1EB032;
}
.BgClassName
{
background-color: #1EB032;
}
</style>
border-color css
<style>
span { border-color: #1EB032; }
span { border-color: rgb(30,176,50); }
td.TdClassName
{
border-color: #1EB032;
}
.TagClassName
{
border-color: #1EB032;
}
</style>