Shades of Dark Spring Green #12813C
Tints of Dark Spring Green #12813C
RGB
CMYK
RGB Variations
Color information
#12813C (or 0x12813C) is known color: Dark Spring Green. HEX triplet: 12, 81 and 3C. RGB value is (18,129,60). Sum of RGB (Red+Green+Blue) = 18+129+60=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #12813C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12813C is #ED7EC3. Grayscale: #585858. Windows color (decimal): -15564484 or 3965202. OLE color: 3965202.
HSL color Cylindrical-coordinate representation of color #12813C: hue angle of 142.7º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12813C is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 60 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.49 |
| HSL | 142.7º | 0.76% | 0.29% | - |
| HSV(B) | 142.7º | 0.86% | 0.51% | - |
| XYZ | 8.92 | 16.16 | 6.92 | - |
| YUV | 87.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 60 | 0.86 | 0 | 0.53 | 0.49 | 142.7 | 0.76 | 0.29 |
| Hex | 12 | 81 | 3C | 56 | 0 | 35 | 31 | 8F | 4C | 1D |
| Octal | 22 | 201 | 74 | 126 | 0 | 65 | 61 | 217 | 114 | 35 |
| Binary | 10010 | 10000001 | 111100 | 1010110 | 0 | 110101 | 110001 | 10001111 | 1001100 | 11101 |
Color Harmonies of #12813C
Complementary color
Monochromatic Colors of #12813C
Black with #12813C
Text Example
Text Example
White with #12813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12813C; }
p { color: rgb(18,129,60); }
H1.HeaderClassName
{
color: #12813C;
}
.AnyTagClassName
{
color: #12813C;
}
</style>
background-color css
<style>
a { background-color: #12813C; }
a { background-color: rgb(18,129,60); }
div.DivClassName
{
background-color: #12813C;
}
.BgClassName
{
background-color: #12813C;
}
</style>
border-color css
<style>
span { border-color: #12813C; }
span { border-color: rgb(18,129,60); }
td.TdClassName
{
border-color: #12813C;
}
.TagClassName
{
border-color: #12813C;
}
</style>