Shades of Dark Pastel Green #1EB045
Tints of Dark Pastel Green #1EB045
RGB
CMYK
RGB Variations
Color information
#1EB045 (or 0x1EB045) is known color: Dark Pastel Green. HEX triplet: 1E, B0 and 45. RGB value is (30,176,69). Sum of RGB (Red+Green+Blue) = 30+176+69=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 176 (69.14% from 255 or 64% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 176 - color contains mainly: green. Hex color #1EB045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EB045 is #E14FBA. Grayscale: #787878. Windows color (decimal): -14766011 or 4567070. OLE color: 4567070.
HSL color Cylindrical-coordinate representation of color #1EB045: hue angle of 136.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB045 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 176 | 69 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.31 |
| HSL | 136.03º | 0.71% | 0.4% | - |
| HSV(B) | 136.03º | 0.83% | 0.69% | - |
| XYZ | 17.13 | 31.76 | 10.86 | - |
| YUV | 120.15 | 99.13 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 176 | 69 | 0.83 | 0 | 0.61 | 0.31 | 136.03 | 0.71 | 0.4 |
| Hex | 1E | B0 | 45 | 53 | 0 | 3D | 1F | 88 | 47 | 28 |
| Octal | 36 | 260 | 105 | 123 | 0 | 75 | 37 | 210 | 107 | 50 |
| Binary | 11110 | 10110000 | 1000101 | 1010011 | 0 | 111101 | 11111 | 10001000 | 1000111 | 101000 |
Color Harmonies of #1EB045
Complementary color
Monochromatic Colors of #1EB045
Black with #1EB045
Text Example
Text Example
White with #1EB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB045; }
p { color: rgb(30,176,69); }
H1.HeaderClassName
{
color: #1EB045;
}
.AnyTagClassName
{
color: #1EB045;
}
</style>
background-color css
<style>
a { background-color: #1EB045; }
a { background-color: rgb(30,176,69); }
div.DivClassName
{
background-color: #1EB045;
}
.BgClassName
{
background-color: #1EB045;
}
</style>
border-color css
<style>
span { border-color: #1EB045; }
span { border-color: rgb(30,176,69); }
td.TdClassName
{
border-color: #1EB045;
}
.TagClassName
{
border-color: #1EB045;
}
</style>