Shades of Dark Pastel Green #1EB344
Tints of Dark Pastel Green #1EB344
RGB
CMYK
RGB Variations
Color information
#1EB344 (or 0x1EB344) is known color: Dark Pastel Green. HEX triplet: 1E, B3 and 44. RGB value is (30,179,68). Sum of RGB (Red+Green+Blue) = 30+179+68=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 179 (70.31% from 255 or 64.62% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB344 is #E14CBB. Grayscale: #7A7A7A. Windows color (decimal): -14765244 or 4502302. OLE color: 4502302.
HSL color Cylindrical-coordinate representation of color #1EB344: hue angle of 135.3º 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 #1EB344 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 68 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.30 |
| HSL | 135.3º | 0.71% | 0.41% | - |
| HSV(B) | 135.3º | 0.83% | 0.7% | - |
| XYZ | 17.7 | 32.93 | 10.89 | - |
| YUV | 121.8 | 97.64 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 68 | 0.83 | 0 | 0.62 | 0.30 | 135.3 | 0.71 | 0.41 |
| Hex | 1E | B3 | 44 | 53 | 0 | 3E | 1E | 87 | 47 | 29 |
| Octal | 36 | 263 | 104 | 123 | 0 | 76 | 36 | 207 | 107 | 51 |
| Binary | 11110 | 10110011 | 1000100 | 1010011 | 0 | 111110 | 11110 | 10000111 | 1000111 | 101001 |
Color Harmonies of #1EB344
Complementary color
Monochromatic Colors of #1EB344
Black with #1EB344
Text Example
Text Example
White with #1EB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB344; }
p { color: rgb(30,179,68); }
H1.HeaderClassName
{
color: #1EB344;
}
.AnyTagClassName
{
color: #1EB344;
}
</style>
background-color css
<style>
a { background-color: #1EB344; }
a { background-color: rgb(30,179,68); }
div.DivClassName
{
background-color: #1EB344;
}
.BgClassName
{
background-color: #1EB344;
}
</style>
border-color css
<style>
span { border-color: #1EB344; }
span { border-color: rgb(30,179,68); }
td.TdClassName
{
border-color: #1EB344;
}
.TagClassName
{
border-color: #1EB344;
}
</style>