Shades of Dark Pastel Green #1EB83A
Tints of Dark Pastel Green #1EB83A
RGB
CMYK
RGB Variations
Color information
#1EB83A (or 0x1EB83A) is known color: Dark Pastel Green. HEX triplet: 1E, B8 and 3A. RGB value is (30,184,58). Sum of RGB (Red+Green+Blue) = 30+184+58=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 184 (72.27% from 255 or 67.65% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB83A is #E147C5. Grayscale: #7B7B7B. Windows color (decimal): -14763974 or 3848222. OLE color: 3848222.
HSL color Cylindrical-coordinate representation of color #1EB83A: hue angle of 130.91º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB83A is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 184 | 58 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.28 |
| HSL | 130.91º | 0.72% | 0.42% | - |
| HSV(B) | 130.91º | 0.84% | 0.72% | - |
| XYZ | 18.44 | 34.86 | 9.76 | - |
| YUV | 123.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 58 | 0.84 | 0 | 0.68 | 0.28 | 130.91 | 0.72 | 0.42 |
| Hex | 1E | B8 | 3A | 54 | 0 | 44 | 1C | 83 | 48 | 2A |
| Octal | 36 | 270 | 72 | 124 | 0 | 104 | 34 | 203 | 110 | 52 |
| Binary | 11110 | 10111000 | 111010 | 1010100 | 0 | 1000100 | 11100 | 10000011 | 1001000 | 101010 |
Color Harmonies of #1EB83A
Complementary color
Monochromatic Colors of #1EB83A
Black with #1EB83A
Text Example
Text Example
White with #1EB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB83A; }
p { color: rgb(30,184,58); }
H1.HeaderClassName
{
color: #1EB83A;
}
.AnyTagClassName
{
color: #1EB83A;
}
</style>
background-color css
<style>
a { background-color: #1EB83A; }
a { background-color: rgb(30,184,58); }
div.DivClassName
{
background-color: #1EB83A;
}
.BgClassName
{
background-color: #1EB83A;
}
</style>
border-color css
<style>
span { border-color: #1EB83A; }
span { border-color: rgb(30,184,58); }
td.TdClassName
{
border-color: #1EB83A;
}
.TagClassName
{
border-color: #1EB83A;
}
</style>