Shades of Dark Spring Green #1E6B40
Tints of Dark Spring Green #1E6B40
RGB
CMYK
RGB Variations
Color information
#1E6B40 (or 0x1E6B40) is known color: Dark Spring Green. HEX triplet: 1E, 6B and 40. RGB value is (30,107,64). Sum of RGB (Red+Green+Blue) = 30+107+64=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6B40 is #E194BF. Grayscale: #4F4F4F. Windows color (decimal): -14783680 or 4221726. OLE color: 4221726.
HSL color Cylindrical-coordinate representation of color #1E6B40: hue angle of 146.49º 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 #1E6B40 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 64 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.58 |
| HSL | 146.49º | 0.56% | 0.27% | - |
| HSV(B) | 146.49º | 0.72% | 0.42% | - |
| XYZ | 6.72 | 11.16 | 6.65 | - |
| YUV | 79.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 64 | 0.72 | 0 | 0.40 | 0.58 | 146.49 | 0.56 | 0.27 |
| Hex | 1E | 6B | 40 | 48 | 0 | 28 | 3A | 92 | 38 | 1B |
| Octal | 36 | 153 | 100 | 110 | 0 | 50 | 72 | 222 | 70 | 33 |
| Binary | 11110 | 1101011 | 1000000 | 1001000 | 0 | 101000 | 111010 | 10010010 | 111000 | 11011 |
Color Harmonies of #1E6B40
Complementary color
Monochromatic Colors of #1E6B40
Black with #1E6B40
Text Example
Text Example
White with #1E6B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B40; }
p { color: rgb(30,107,64); }
H1.HeaderClassName
{
color: #1E6B40;
}
.AnyTagClassName
{
color: #1E6B40;
}
</style>
background-color css
<style>
a { background-color: #1E6B40; }
a { background-color: rgb(30,107,64); }
div.DivClassName
{
background-color: #1E6B40;
}
.BgClassName
{
background-color: #1E6B40;
}
</style>
border-color css
<style>
span { border-color: #1E6B40; }
span { border-color: rgb(30,107,64); }
td.TdClassName
{
border-color: #1E6B40;
}
.TagClassName
{
border-color: #1E6B40;
}
</style>