Shades of Dark Spring Green #1E6B45
Tints of Dark Spring Green #1E6B45
RGB
CMYK
RGB Variations
Color information
#1E6B45 (or 0x1E6B45) is known color: Dark Spring Green. HEX triplet: 1E, 6B and 45. RGB value is (30,107,69). Sum of RGB (Red+Green+Blue) = 30+107+69=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6B45 is #E194BA. Grayscale: #4F4F4F. Windows color (decimal): -14783675 or 4549406. OLE color: 4549406.
HSL color Cylindrical-coordinate representation of color #1E6B45: hue angle of 150.39º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B45 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 69 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.58 |
| HSL | 150.39º | 0.56% | 0.27% | - |
| HSV(B) | 150.39º | 0.72% | 0.42% | - |
| XYZ | 6.87 | 11.22 | 7.43 | - |
| YUV | 79.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 69 | 0.72 | 0 | 0.36 | 0.58 | 150.39 | 0.56 | 0.27 |
| Hex | 1E | 6B | 45 | 48 | 0 | 24 | 3A | 96 | 38 | 1B |
| Octal | 36 | 153 | 105 | 110 | 0 | 44 | 72 | 226 | 70 | 33 |
| Binary | 11110 | 1101011 | 1000101 | 1001000 | 0 | 100100 | 111010 | 10010110 | 111000 | 11011 |
Color Harmonies of #1E6B45
Complementary color
Monochromatic Colors of #1E6B45
Black with #1E6B45
Text Example
Text Example
White with #1E6B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B45; }
p { color: rgb(30,107,69); }
H1.HeaderClassName
{
color: #1E6B45;
}
.AnyTagClassName
{
color: #1E6B45;
}
</style>
background-color css
<style>
a { background-color: #1E6B45; }
a { background-color: rgb(30,107,69); }
div.DivClassName
{
background-color: #1E6B45;
}
.BgClassName
{
background-color: #1E6B45;
}
</style>
border-color css
<style>
span { border-color: #1E6B45; }
span { border-color: rgb(30,107,69); }
td.TdClassName
{
border-color: #1E6B45;
}
.TagClassName
{
border-color: #1E6B45;
}
</style>