Shades of Dark Pastel Green #1EB34A
Tints of Dark Pastel Green #1EB34A
RGB
CMYK
RGB Variations
Color information
#1EB34A (or 0x1EB34A) is known color: Dark Pastel Green. HEX triplet: 1E, B3 and 4A. RGB value is (30,179,74). Sum of RGB (Red+Green+Blue) = 30+179+74=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB34A is #E14CB5. Grayscale: #7A7A7A. Windows color (decimal): -14765238 or 4895518. OLE color: 4895518.
HSL color Cylindrical-coordinate representation of color #1EB34A: hue angle of 137.72º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB34A is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 74 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.30 |
| HSL | 137.72º | 0.71% | 0.41% | - |
| HSV(B) | 137.72º | 0.83% | 0.7% | - |
| XYZ | 17.89 | 33.01 | 11.91 | - |
| YUV | 122.48 | 100.64 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 74 | 0.83 | 0 | 0.59 | 0.30 | 137.72 | 0.71 | 0.41 |
| Hex | 1E | B3 | 4A | 53 | 0 | 3B | 1E | 8A | 47 | 29 |
| Octal | 36 | 263 | 112 | 123 | 0 | 73 | 36 | 212 | 107 | 51 |
| Binary | 11110 | 10110011 | 1001010 | 1010011 | 0 | 111011 | 11110 | 10001010 | 1000111 | 101001 |
Color Harmonies of #1EB34A
Complementary color
Monochromatic Colors of #1EB34A
Black with #1EB34A
Text Example
Text Example
White with #1EB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB34A; }
p { color: rgb(30,179,74); }
H1.HeaderClassName
{
color: #1EB34A;
}
.AnyTagClassName
{
color: #1EB34A;
}
</style>
background-color css
<style>
a { background-color: #1EB34A; }
a { background-color: rgb(30,179,74); }
div.DivClassName
{
background-color: #1EB34A;
}
.BgClassName
{
background-color: #1EB34A;
}
</style>
border-color css
<style>
span { border-color: #1EB34A; }
span { border-color: rgb(30,179,74); }
td.TdClassName
{
border-color: #1EB34A;
}
.TagClassName
{
border-color: #1EB34A;
}
</style>