Shades of Dark Spring Green #12793B
Tints of Dark Spring Green #12793B
RGB
CMYK
RGB Variations
Color information
#12793B (or 0x12793B) is known color: Dark Spring Green. HEX triplet: 12, 79 and 3B. RGB value is (18,121,59). Sum of RGB (Red+Green+Blue) = 18+121+59=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #12793B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12793B is #ED86C4. Grayscale: #535353. Windows color (decimal): -15566533 or 3897618. OLE color: 3897618.
HSL color Cylindrical-coordinate representation of color #12793B: hue angle of 143.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12793B is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 121 | 59 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.53 |
| HSL | 143.88º | 0.74% | 0.27% | - |
| HSV(B) | 143.88º | 0.85% | 0.47% | - |
| XYZ | 7.88 | 14.12 | 6.45 | - |
| YUV | 83.14 | 114.38 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 59 | 0.85 | 0 | 0.51 | 0.53 | 143.88 | 0.74 | 0.27 |
| Hex | 12 | 79 | 3B | 55 | 0 | 33 | 35 | 90 | 4A | 1B |
| Octal | 22 | 171 | 73 | 125 | 0 | 63 | 65 | 220 | 112 | 33 |
| Binary | 10010 | 1111001 | 111011 | 1010101 | 0 | 110011 | 110101 | 10010000 | 1001010 | 11011 |
Color Harmonies of #12793B
Complementary color
Monochromatic Colors of #12793B
Black with #12793B
Text Example
Text Example
White with #12793B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12793B; }
p { color: rgb(18,121,59); }
H1.HeaderClassName
{
color: #12793B;
}
.AnyTagClassName
{
color: #12793B;
}
</style>
background-color css
<style>
a { background-color: #12793B; }
a { background-color: rgb(18,121,59); }
div.DivClassName
{
background-color: #12793B;
}
.BgClassName
{
background-color: #12793B;
}
</style>
border-color css
<style>
span { border-color: #12793B; }
span { border-color: rgb(18,121,59); }
td.TdClassName
{
border-color: #12793B;
}
.TagClassName
{
border-color: #12793B;
}
</style>