Shades of Dark Pastel Green #1EB33A
Tints of Dark Pastel Green #1EB33A
RGB
CMYK
RGB Variations
Color information
#1EB33A (or 0x1EB33A) is known color: Dark Pastel Green. HEX triplet: 1E, B3 and 3A. RGB value is (30,179,58). Sum of RGB (Red+Green+Blue) = 30+179+58=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB33A is #E14CC5. Grayscale: #787878. Windows color (decimal): -14765254 or 3846942. OLE color: 3846942.
HSL color Cylindrical-coordinate representation of color #1EB33A: hue angle of 131.28º 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 #1EB33A is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 58 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.30 |
| HSL | 131.28º | 0.71% | 0.41% | - |
| HSV(B) | 131.28º | 0.83% | 0.7% | - |
| XYZ | 17.42 | 32.82 | 9.42 | - |
| YUV | 120.66 | 92.64 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 58 | 0.83 | 0 | 0.68 | 0.30 | 131.28 | 0.71 | 0.41 |
| Hex | 1E | B3 | 3A | 53 | 0 | 44 | 1E | 83 | 47 | 29 |
| Octal | 36 | 263 | 72 | 123 | 0 | 104 | 36 | 203 | 107 | 51 |
| Binary | 11110 | 10110011 | 111010 | 1010011 | 0 | 1000100 | 11110 | 10000011 | 1000111 | 101001 |
Color Harmonies of #1EB33A
Complementary color
Monochromatic Colors of #1EB33A
Black with #1EB33A
Text Example
Text Example
White with #1EB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB33A; }
p { color: rgb(30,179,58); }
H1.HeaderClassName
{
color: #1EB33A;
}
.AnyTagClassName
{
color: #1EB33A;
}
</style>
background-color css
<style>
a { background-color: #1EB33A; }
a { background-color: rgb(30,179,58); }
div.DivClassName
{
background-color: #1EB33A;
}
.BgClassName
{
background-color: #1EB33A;
}
</style>
border-color css
<style>
span { border-color: #1EB33A; }
span { border-color: rgb(30,179,58); }
td.TdClassName
{
border-color: #1EB33A;
}
.TagClassName
{
border-color: #1EB33A;
}
</style>