Shades of Dark Pastel Green #1EB441
Tints of Dark Pastel Green #1EB441
RGB
CMYK
RGB Variations
Color information
#1EB441 (or 0x1EB441) is known color: Dark Pastel Green. HEX triplet: 1E, B4 and 41. RGB value is (30,180,65). Sum of RGB (Red+Green+Blue) = 30+180+65=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB441 is #E14BBE. Grayscale: #7A7A7A. Windows color (decimal): -14764991 or 4305950. OLE color: 4305950.
HSL color Cylindrical-coordinate representation of color #1EB441: hue angle of 134º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB441 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 65 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.29 |
| HSL | 134º | 0.71% | 0.41% | - |
| HSV(B) | 134º | 0.83% | 0.71% | - |
| XYZ | 17.81 | 33.3 | 10.49 | - |
| YUV | 122.04 | 95.81 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 65 | 0.83 | 0 | 0.64 | 0.29 | 134 | 0.71 | 0.41 |
| Hex | 1E | B4 | 41 | 53 | 0 | 40 | 1D | 86 | 47 | 29 |
| Octal | 36 | 264 | 101 | 123 | 0 | 100 | 35 | 206 | 107 | 51 |
| Binary | 11110 | 10110100 | 1000001 | 1010011 | 0 | 1000000 | 11101 | 10000110 | 1000111 | 101001 |
Color Harmonies of #1EB441
Complementary color
Monochromatic Colors of #1EB441
Black with #1EB441
Text Example
Text Example
White with #1EB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB441; }
p { color: rgb(30,180,65); }
H1.HeaderClassName
{
color: #1EB441;
}
.AnyTagClassName
{
color: #1EB441;
}
</style>
background-color css
<style>
a { background-color: #1EB441; }
a { background-color: rgb(30,180,65); }
div.DivClassName
{
background-color: #1EB441;
}
.BgClassName
{
background-color: #1EB441;
}
</style>
border-color css
<style>
span { border-color: #1EB441; }
span { border-color: rgb(30,180,65); }
td.TdClassName
{
border-color: #1EB441;
}
.TagClassName
{
border-color: #1EB441;
}
</style>