Shades of County Green #12523B
Tints of County Green #12523B
RGB
CMYK
RGB Variations
Color information
#12523B (or 0x12523B) is known color: County Green. HEX triplet: 12, 52 and 3B. RGB value is (18,82,59). Sum of RGB (Red+Green+Blue) = 18+82+59=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #12523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12523B is #EDADC4. Grayscale: #3C3C3C. Windows color (decimal): -15576517 or 3887634. OLE color: 3887634.
HSL color Cylindrical-coordinate representation of color #12523B: hue angle of 158.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12523B is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 82 | 59 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.68 |
| HSL | 158.44º | 0.64% | 0.2% | - |
| HSV(B) | 158.44º | 0.78% | 0.32% | - |
| XYZ | 4.06 | 6.48 | 5.17 | - |
| YUV | 60.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 59 | 0.78 | 0 | 0.28 | 0.68 | 158.44 | 0.64 | 0.2 |
| Hex | 12 | 52 | 3B | 4E | 0 | 1C | 44 | 9E | 40 | 14 |
| Octal | 22 | 122 | 73 | 116 | 0 | 34 | 104 | 236 | 100 | 24 |
| Binary | 10010 | 1010010 | 111011 | 1001110 | 0 | 11100 | 1000100 | 10011110 | 1000000 | 10100 |
Color Harmonies of #12523B
Complementary color
Monochromatic Colors of #12523B
Black with #12523B
Text Example
Text Example
White with #12523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12523B; }
p { color: rgb(18,82,59); }
H1.HeaderClassName
{
color: #12523B;
}
.AnyTagClassName
{
color: #12523B;
}
</style>
background-color css
<style>
a { background-color: #12523B; }
a { background-color: rgb(18,82,59); }
div.DivClassName
{
background-color: #12523B;
}
.BgClassName
{
background-color: #12523B;
}
</style>
border-color css
<style>
span { border-color: #12523B; }
span { border-color: rgb(18,82,59); }
td.TdClassName
{
border-color: #12523B;
}
.TagClassName
{
border-color: #12523B;
}
</style>