Shades of Dark Pastel Green #1EB741
Tints of Dark Pastel Green #1EB741
RGB
CMYK
RGB Variations
Color information
#1EB741 (or 0x1EB741) is known color: Dark Pastel Green. HEX triplet: 1E, B7 and 41. RGB value is (30,183,65). Sum of RGB (Red+Green+Blue) = 30+183+65=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #1EB741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB741 is #E148BE. Grayscale: #7C7C7C. Windows color (decimal): -14764223 or 4306718. OLE color: 4306718.
HSL color Cylindrical-coordinate representation of color #1EB741: hue angle of 133.73º 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 #1EB741 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 183 | 65 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.28 |
| HSL | 133.73º | 0.72% | 0.42% | - |
| HSV(B) | 133.73º | 0.84% | 0.72% | - |
| XYZ | 18.42 | 34.52 | 10.69 | - |
| YUV | 123.8 | 94.81 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 183 | 65 | 0.84 | 0 | 0.64 | 0.28 | 133.73 | 0.72 | 0.42 |
| Hex | 1E | B7 | 41 | 54 | 0 | 40 | 1C | 86 | 48 | 2A |
| Octal | 36 | 267 | 101 | 124 | 0 | 100 | 34 | 206 | 110 | 52 |
| Binary | 11110 | 10110111 | 1000001 | 1010100 | 0 | 1000000 | 11100 | 10000110 | 1001000 | 101010 |
Color Harmonies of #1EB741
Complementary color
Monochromatic Colors of #1EB741
Black with #1EB741
Text Example
Text Example
White with #1EB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB741; }
p { color: rgb(30,183,65); }
H1.HeaderClassName
{
color: #1EB741;
}
.AnyTagClassName
{
color: #1EB741;
}
</style>
background-color css
<style>
a { background-color: #1EB741; }
a { background-color: rgb(30,183,65); }
div.DivClassName
{
background-color: #1EB741;
}
.BgClassName
{
background-color: #1EB741;
}
</style>
border-color css
<style>
span { border-color: #1EB741; }
span { border-color: rgb(30,183,65); }
td.TdClassName
{
border-color: #1EB741;
}
.TagClassName
{
border-color: #1EB741;
}
</style>