Shades of Dark Spring Green #18813E
Tints of Dark Spring Green #18813E
RGB
CMYK
RGB Variations
Color information
#18813E (or 0x18813E) is known color: Dark Spring Green. HEX triplet: 18, 81 and 3E. RGB value is (24,129,62). Sum of RGB (Red+Green+Blue) = 24+129+62=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #18813E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18813E is #E77EC1. Grayscale: #5A5A5A. Windows color (decimal): -15171266 or 4096280. OLE color: 4096280.
HSL color Cylindrical-coordinate representation of color #18813E: hue angle of 141.71º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18813E is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 129 | 62 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.49 |
| HSL | 141.71º | 0.69% | 0.3% | - |
| HSV(B) | 141.71º | 0.81% | 0.51% | - |
| XYZ | 9.1 | 16.24 | 7.21 | - |
| YUV | 89.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 62 | 0.81 | 0 | 0.52 | 0.49 | 141.71 | 0.69 | 0.3 |
| Hex | 18 | 81 | 3E | 51 | 0 | 34 | 31 | 8E | 45 | 1E |
| Octal | 30 | 201 | 76 | 121 | 0 | 64 | 61 | 216 | 105 | 36 |
| Binary | 11000 | 10000001 | 111110 | 1010001 | 0 | 110100 | 110001 | 10001110 | 1000101 | 11110 |
Color Harmonies of #18813E
Complementary color
Monochromatic Colors of #18813E
Black with #18813E
Text Example
Text Example
White with #18813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18813E; }
p { color: rgb(24,129,62); }
H1.HeaderClassName
{
color: #18813E;
}
.AnyTagClassName
{
color: #18813E;
}
</style>
background-color css
<style>
a { background-color: #18813E; }
a { background-color: rgb(24,129,62); }
div.DivClassName
{
background-color: #18813E;
}
.BgClassName
{
background-color: #18813E;
}
</style>
border-color css
<style>
span { border-color: #18813E; }
span { border-color: rgb(24,129,62); }
td.TdClassName
{
border-color: #18813E;
}
.TagClassName
{
border-color: #18813E;
}
</style>