Shades of Dark Pastel Green #1EB33D
Tints of Dark Pastel Green #1EB33D
RGB
CMYK
RGB Variations
Color information
#1EB33D (or 0x1EB33D) is known color: Dark Pastel Green. HEX triplet: 1E, B3 and 3D. RGB value is (30,179,61). Sum of RGB (Red+Green+Blue) = 30+179+61=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB33D is #E14CC2. Grayscale: #797979. Windows color (decimal): -14765251 or 4043550. OLE color: 4043550.
HSL color Cylindrical-coordinate representation of color #1EB33D: hue angle of 132.48º 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 #1EB33D is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 61 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.30 |
| HSL | 132.48º | 0.71% | 0.41% | - |
| HSV(B) | 132.48º | 0.83% | 0.7% | - |
| XYZ | 17.5 | 32.85 | 9.83 | - |
| YUV | 121 | 94.14 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 61 | 0.83 | 0 | 0.66 | 0.30 | 132.48 | 0.71 | 0.41 |
| Hex | 1E | B3 | 3D | 53 | 0 | 42 | 1E | 84 | 47 | 29 |
| Octal | 36 | 263 | 75 | 123 | 0 | 102 | 36 | 204 | 107 | 51 |
| Binary | 11110 | 10110011 | 111101 | 1010011 | 0 | 1000010 | 11110 | 10000100 | 1000111 | 101001 |
Color Harmonies of #1EB33D
Complementary color
Monochromatic Colors of #1EB33D
Black with #1EB33D
Text Example
Text Example
White with #1EB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB33D; }
p { color: rgb(30,179,61); }
H1.HeaderClassName
{
color: #1EB33D;
}
.AnyTagClassName
{
color: #1EB33D;
}
</style>
background-color css
<style>
a { background-color: #1EB33D; }
a { background-color: rgb(30,179,61); }
div.DivClassName
{
background-color: #1EB33D;
}
.BgClassName
{
background-color: #1EB33D;
}
</style>
border-color css
<style>
span { border-color: #1EB33D; }
span { border-color: rgb(30,179,61); }
td.TdClassName
{
border-color: #1EB33D;
}
.TagClassName
{
border-color: #1EB33D;
}
</style>