Shades of Dark Spring Green #12833C
Tints of Dark Spring Green #12833C
RGB
CMYK
RGB Variations
Color information
#12833C (or 0x12833C) is known color: Dark Spring Green. HEX triplet: 12, 83 and 3C. RGB value is (18,131,60). Sum of RGB (Red+Green+Blue) = 18+131+60=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #12833C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12833C is #ED7CC3. Grayscale: #595959. Windows color (decimal): -15563972 or 3965714. OLE color: 3965714.
HSL color Cylindrical-coordinate representation of color #12833C: hue angle of 142.3º 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 #12833C is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 60 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.49 |
| HSL | 142.3º | 0.76% | 0.29% | - |
| HSV(B) | 142.3º | 0.86% | 0.51% | - |
| XYZ | 9.18 | 16.69 | 7.01 | - |
| YUV | 89.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 60 | 0.86 | 0 | 0.54 | 0.49 | 142.3 | 0.76 | 0.29 |
| Hex | 12 | 83 | 3C | 56 | 0 | 36 | 31 | 8E | 4C | 1D |
| Octal | 22 | 203 | 74 | 126 | 0 | 66 | 61 | 216 | 114 | 35 |
| Binary | 10010 | 10000011 | 111100 | 1010110 | 0 | 110110 | 110001 | 10001110 | 1001100 | 11101 |
Color Harmonies of #12833C
Complementary color
Monochromatic Colors of #12833C
Black with #12833C
Text Example
Text Example
White with #12833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12833C; }
p { color: rgb(18,131,60); }
H1.HeaderClassName
{
color: #12833C;
}
.AnyTagClassName
{
color: #12833C;
}
</style>
background-color css
<style>
a { background-color: #12833C; }
a { background-color: rgb(18,131,60); }
div.DivClassName
{
background-color: #12833C;
}
.BgClassName
{
background-color: #12833C;
}
</style>
border-color css
<style>
span { border-color: #12833C; }
span { border-color: rgb(18,131,60); }
td.TdClassName
{
border-color: #12833C;
}
.TagClassName
{
border-color: #12833C;
}
</style>