Shades of Dark Pastel Green #1EB534
Tints of Dark Pastel Green #1EB534
RGB
CMYK
RGB Variations
Color information
#1EB534 (or 0x1EB534) is known color: Dark Pastel Green. HEX triplet: 1E, B5 and 34. RGB value is (30,181,52). Sum of RGB (Red+Green+Blue) = 30+181+52=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 181 (71.09% from 255 or 68.82% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 181 - color contains mainly: green. Hex color #1EB534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB534 is #E14ACB. Grayscale: #797979. Windows color (decimal): -14764748 or 3454238. OLE color: 3454238.
HSL color Cylindrical-coordinate representation of color #1EB534: hue angle of 128.74º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB534 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 181 | 52 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.29 |
| HSL | 128.74º | 0.72% | 0.41% | - |
| HSV(B) | 128.74º | 0.83% | 0.71% | - |
| XYZ | 17.68 | 33.57 | 8.8 | - |
| YUV | 121.15 | 88.97 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 181 | 52 | 0.83 | 0 | 0.71 | 0.29 | 128.74 | 0.72 | 0.41 |
| Hex | 1E | B5 | 34 | 53 | 0 | 47 | 1D | 81 | 48 | 29 |
| Octal | 36 | 265 | 64 | 123 | 0 | 107 | 35 | 201 | 110 | 51 |
| Binary | 11110 | 10110101 | 110100 | 1010011 | 0 | 1000111 | 11101 | 10000001 | 1001000 | 101001 |
Color Harmonies of #1EB534
Complementary color
Monochromatic Colors of #1EB534
Black with #1EB534
Text Example
Text Example
White with #1EB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB534; }
p { color: rgb(30,181,52); }
H1.HeaderClassName
{
color: #1EB534;
}
.AnyTagClassName
{
color: #1EB534;
}
</style>
background-color css
<style>
a { background-color: #1EB534; }
a { background-color: rgb(30,181,52); }
div.DivClassName
{
background-color: #1EB534;
}
.BgClassName
{
background-color: #1EB534;
}
</style>
border-color css
<style>
span { border-color: #1EB534; }
span { border-color: rgb(30,181,52); }
td.TdClassName
{
border-color: #1EB534;
}
.TagClassName
{
border-color: #1EB534;
}
</style>