Shades of Dark Pastel Green #1EB346
Tints of Dark Pastel Green #1EB346
RGB
CMYK
RGB Variations
Color information
#1EB346 (or 0x1EB346) is known color: Dark Pastel Green. HEX triplet: 1E, B3 and 46. RGB value is (30,179,70). Sum of RGB (Red+Green+Blue) = 30+179+70=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 179 (70.31% from 255 or 64.16% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB346 is #E14CB9. Grayscale: #7A7A7A. Windows color (decimal): -14765242 or 4633374. OLE color: 4633374.
HSL color Cylindrical-coordinate representation of color #1EB346: hue angle of 136.11º 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 #1EB346 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 70 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.30 |
| HSL | 136.11º | 0.71% | 0.41% | - |
| HSV(B) | 136.11º | 0.83% | 0.7% | - |
| XYZ | 17.76 | 32.96 | 11.22 | - |
| YUV | 122.02 | 98.64 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 70 | 0.83 | 0 | 0.61 | 0.30 | 136.11 | 0.71 | 0.41 |
| Hex | 1E | B3 | 46 | 53 | 0 | 3D | 1E | 88 | 47 | 29 |
| Octal | 36 | 263 | 106 | 123 | 0 | 75 | 36 | 210 | 107 | 51 |
| Binary | 11110 | 10110011 | 1000110 | 1010011 | 0 | 111101 | 11110 | 10001000 | 1000111 | 101001 |
Color Harmonies of #1EB346
Complementary color
Monochromatic Colors of #1EB346
Black with #1EB346
Text Example
Text Example
White with #1EB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB346; }
p { color: rgb(30,179,70); }
H1.HeaderClassName
{
color: #1EB346;
}
.AnyTagClassName
{
color: #1EB346;
}
</style>
background-color css
<style>
a { background-color: #1EB346; }
a { background-color: rgb(30,179,70); }
div.DivClassName
{
background-color: #1EB346;
}
.BgClassName
{
background-color: #1EB346;
}
</style>
border-color css
<style>
span { border-color: #1EB346; }
span { border-color: rgb(30,179,70); }
td.TdClassName
{
border-color: #1EB346;
}
.TagClassName
{
border-color: #1EB346;
}
</style>