Shades of Dark Spring Green #12783F
Tints of Dark Spring Green #12783F
RGB
CMYK
RGB Variations
Color information
#12783F (or 0x12783F) is known color: Dark Spring Green. HEX triplet: 12, 78 and 3F. RGB value is (18,120,63). Sum of RGB (Red+Green+Blue) = 18+120+63=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #12783F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12783F is #ED87C0. Grayscale: #535353. Windows color (decimal): -15566785 or 4159506. OLE color: 4159506.
HSL color Cylindrical-coordinate representation of color #12783F: hue angle of 146.47º 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 #12783F is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 63 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.53 |
| HSL | 146.47º | 0.74% | 0.27% | - |
| HSV(B) | 146.47º | 0.85% | 0.47% | - |
| XYZ | 7.86 | 13.92 | 6.98 | - |
| YUV | 83 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 63 | 0.85 | 0 | 0.48 | 0.53 | 146.47 | 0.74 | 0.27 |
| Hex | 12 | 78 | 3F | 55 | 0 | 30 | 35 | 92 | 4A | 1B |
| Octal | 22 | 170 | 77 | 125 | 0 | 60 | 65 | 222 | 112 | 33 |
| Binary | 10010 | 1111000 | 111111 | 1010101 | 0 | 110000 | 110101 | 10010010 | 1001010 | 11011 |
Color Harmonies of #12783F
Complementary color
Monochromatic Colors of #12783F
Black with #12783F
Text Example
Text Example
White with #12783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12783F; }
p { color: rgb(18,120,63); }
H1.HeaderClassName
{
color: #12783F;
}
.AnyTagClassName
{
color: #12783F;
}
</style>
background-color css
<style>
a { background-color: #12783F; }
a { background-color: rgb(18,120,63); }
div.DivClassName
{
background-color: #12783F;
}
.BgClassName
{
background-color: #12783F;
}
</style>
border-color css
<style>
span { border-color: #12783F; }
span { border-color: rgb(18,120,63); }
td.TdClassName
{
border-color: #12783F;
}
.TagClassName
{
border-color: #12783F;
}
</style>