Shades of Dark Pastel Green #1EBA41
Tints of Dark Pastel Green #1EBA41
RGB
CMYK
RGB Variations
Color information
#1EBA41 (or 0x1EBA41) is known color: Dark Pastel Green. HEX triplet: 1E, BA and 41. RGB value is (30,186,65). Sum of RGB (Red+Green+Blue) = 30+186+65=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA41 is #E145BE. Grayscale: #7D7D7D. Windows color (decimal): -14763455 or 4307486. OLE color: 4307486.
HSL color Cylindrical-coordinate representation of color #1EBA41: hue angle of 133.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA41 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 65 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.27 |
| HSL | 133.46º | 0.72% | 0.42% | - |
| HSV(B) | 133.46º | 0.84% | 0.73% | - |
| XYZ | 19.05 | 35.78 | 10.9 | - |
| YUV | 125.56 | 93.82 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 65 | 0.84 | 0 | 0.65 | 0.27 | 133.46 | 0.72 | 0.42 |
| Hex | 1E | BA | 41 | 54 | 0 | 41 | 1B | 85 | 48 | 2A |
| Octal | 36 | 272 | 101 | 124 | 0 | 101 | 33 | 205 | 110 | 52 |
| Binary | 11110 | 10111010 | 1000001 | 1010100 | 0 | 1000001 | 11011 | 10000101 | 1001000 | 101010 |
Color Harmonies of #1EBA41
Complementary color
Monochromatic Colors of #1EBA41
Black with #1EBA41
Text Example
Text Example
White with #1EBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA41; }
p { color: rgb(30,186,65); }
H1.HeaderClassName
{
color: #1EBA41;
}
.AnyTagClassName
{
color: #1EBA41;
}
</style>
background-color css
<style>
a { background-color: #1EBA41; }
a { background-color: rgb(30,186,65); }
div.DivClassName
{
background-color: #1EBA41;
}
.BgClassName
{
background-color: #1EBA41;
}
</style>
border-color css
<style>
span { border-color: #1EBA41; }
span { border-color: rgb(30,186,65); }
td.TdClassName
{
border-color: #1EBA41;
}
.TagClassName
{
border-color: #1EBA41;
}
</style>