Shades of County Green #12513A
Tints of County Green #12513A
RGB
CMYK
RGB Variations
Color information
#12513A (or 0x12513A) is known color: County Green. HEX triplet: 12, 51 and 3A. RGB value is (18,81,58). Sum of RGB (Red+Green+Blue) = 18+81+58=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #12513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12513A is #EDAEC5. Grayscale: #3B3B3B. Windows color (decimal): -15576774 or 3821842. OLE color: 3821842.
HSL color Cylindrical-coordinate representation of color #12513A: hue angle of 158.1º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12513A is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 58 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.68 |
| HSL | 158.1º | 0.64% | 0.19% | - |
| HSV(B) | 158.1º | 0.78% | 0.32% | - |
| XYZ | 3.96 | 6.32 | 5.01 | - |
| YUV | 59.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 58 | 0.78 | 0 | 0.28 | 0.68 | 158.1 | 0.64 | 0.19 |
| Hex | 12 | 51 | 3A | 4E | 0 | 1C | 44 | 9E | 40 | 13 |
| Octal | 22 | 121 | 72 | 116 | 0 | 34 | 104 | 236 | 100 | 23 |
| Binary | 10010 | 1010001 | 111010 | 1001110 | 0 | 11100 | 1000100 | 10011110 | 1000000 | 10011 |
Color Harmonies of #12513A
Complementary color
Monochromatic Colors of #12513A
Black with #12513A
Text Example
Text Example
White with #12513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12513A; }
p { color: rgb(18,81,58); }
H1.HeaderClassName
{
color: #12513A;
}
.AnyTagClassName
{
color: #12513A;
}
</style>
background-color css
<style>
a { background-color: #12513A; }
a { background-color: rgb(18,81,58); }
div.DivClassName
{
background-color: #12513A;
}
.BgClassName
{
background-color: #12513A;
}
</style>
border-color css
<style>
span { border-color: #12513A; }
span { border-color: rgb(18,81,58); }
td.TdClassName
{
border-color: #12513A;
}
.TagClassName
{
border-color: #12513A;
}
</style>