Shades of Dark Pastel Green #1EBA3F
Tints of Dark Pastel Green #1EBA3F
RGB
CMYK
RGB Variations
Color information
#1EBA3F (or 0x1EBA3F) is known color: Dark Pastel Green. HEX triplet: 1E, BA and 3F. RGB value is (30,186,63). Sum of RGB (Red+Green+Blue) = 30+186+63=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA3F is #E145C0. Grayscale: #7D7D7D. Windows color (decimal): -14763457 or 4176414. OLE color: 4176414.
HSL color Cylindrical-coordinate representation of color #1EBA3F: hue angle of 132.69º 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 #1EBA3F is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 63 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.27 |
| HSL | 132.69º | 0.72% | 0.42% | - |
| HSV(B) | 132.69º | 0.84% | 0.73% | - |
| XYZ | 18.99 | 35.75 | 10.6 | - |
| YUV | 125.33 | 92.82 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 63 | 0.84 | 0 | 0.66 | 0.27 | 132.69 | 0.72 | 0.42 |
| Hex | 1E | BA | 3F | 54 | 0 | 42 | 1B | 85 | 48 | 2A |
| Octal | 36 | 272 | 77 | 124 | 0 | 102 | 33 | 205 | 110 | 52 |
| Binary | 11110 | 10111010 | 111111 | 1010100 | 0 | 1000010 | 11011 | 10000101 | 1001000 | 101010 |
Color Harmonies of #1EBA3F
Complementary color
Monochromatic Colors of #1EBA3F
Black with #1EBA3F
Text Example
Text Example
White with #1EBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA3F; }
p { color: rgb(30,186,63); }
H1.HeaderClassName
{
color: #1EBA3F;
}
.AnyTagClassName
{
color: #1EBA3F;
}
</style>
background-color css
<style>
a { background-color: #1EBA3F; }
a { background-color: rgb(30,186,63); }
div.DivClassName
{
background-color: #1EBA3F;
}
.BgClassName
{
background-color: #1EBA3F;
}
</style>
border-color css
<style>
span { border-color: #1EBA3F; }
span { border-color: rgb(30,186,63); }
td.TdClassName
{
border-color: #1EBA3F;
}
.TagClassName
{
border-color: #1EBA3F;
}
</style>