Shades of Dark Spring Green #18823C
Tints of Dark Spring Green #18823C
RGB
CMYK
RGB Variations
Color information
#18823C (or 0x18823C) is known color: Dark Spring Green. HEX triplet: 18, 82 and 3C. RGB value is (24,130,60). Sum of RGB (Red+Green+Blue) = 24+130+60=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #18823C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18823C is #E77DC3. Grayscale: #5A5A5A. Windows color (decimal): -15171012 or 3965464. OLE color: 3965464.
HSL color Cylindrical-coordinate representation of color #18823C: hue angle of 140.38º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18823C is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 60 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.49 |
| HSL | 140.38º | 0.69% | 0.3% | - |
| HSV(B) | 140.38º | 0.82% | 0.51% | - |
| XYZ | 9.17 | 16.49 | 6.97 | - |
| YUV | 90.33 | 110.88 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 60 | 0.82 | 0 | 0.54 | 0.49 | 140.38 | 0.69 | 0.3 |
| Hex | 18 | 82 | 3C | 52 | 0 | 36 | 31 | 8C | 45 | 1E |
| Octal | 30 | 202 | 74 | 122 | 0 | 66 | 61 | 214 | 105 | 36 |
| Binary | 11000 | 10000010 | 111100 | 1010010 | 0 | 110110 | 110001 | 10001100 | 1000101 | 11110 |
Color Harmonies of #18823C
Complementary color
Monochromatic Colors of #18823C
Black with #18823C
Text Example
Text Example
White with #18823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18823C; }
p { color: rgb(24,130,60); }
H1.HeaderClassName
{
color: #18823C;
}
.AnyTagClassName
{
color: #18823C;
}
</style>
background-color css
<style>
a { background-color: #18823C; }
a { background-color: rgb(24,130,60); }
div.DivClassName
{
background-color: #18823C;
}
.BgClassName
{
background-color: #18823C;
}
</style>
border-color css
<style>
span { border-color: #18823C; }
span { border-color: rgb(24,130,60); }
td.TdClassName
{
border-color: #18823C;
}
.TagClassName
{
border-color: #18823C;
}
</style>