Shades of County Green #12543D
Tints of County Green #12543D
RGB
CMYK
RGB Variations
Color information
#12543D (or 0x12543D) is known color: County Green. HEX triplet: 12, 54 and 3D. RGB value is (18,84,61). Sum of RGB (Red+Green+Blue) = 18+84+61=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #12543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12543D is #EDABC2. Grayscale: #3D3D3D. Windows color (decimal): -15576003 or 4019218. OLE color: 4019218.
HSL color Cylindrical-coordinate representation of color #12543D: hue angle of 159.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12543D is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 84 | 61 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.67 |
| HSL | 159.09º | 0.65% | 0.2% | - |
| HSV(B) | 159.09º | 0.79% | 0.33% | - |
| XYZ | 4.26 | 6.81 | 5.5 | - |
| YUV | 61.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 61 | 0.79 | 0 | 0.27 | 0.67 | 159.09 | 0.65 | 0.2 |
| Hex | 12 | 54 | 3D | 4F | 0 | 1B | 43 | 9F | 41 | 14 |
| Octal | 22 | 124 | 75 | 117 | 0 | 33 | 103 | 237 | 101 | 24 |
| Binary | 10010 | 1010100 | 111101 | 1001111 | 0 | 11011 | 1000011 | 10011111 | 1000001 | 10100 |
Color Harmonies of #12543D
Complementary color
Monochromatic Colors of #12543D
Black with #12543D
Text Example
Text Example
White with #12543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12543D; }
p { color: rgb(18,84,61); }
H1.HeaderClassName
{
color: #12543D;
}
.AnyTagClassName
{
color: #12543D;
}
</style>
background-color css
<style>
a { background-color: #12543D; }
a { background-color: rgb(18,84,61); }
div.DivClassName
{
background-color: #12543D;
}
.BgClassName
{
background-color: #12543D;
}
</style>
border-color css
<style>
span { border-color: #12543D; }
span { border-color: rgb(18,84,61); }
td.TdClassName
{
border-color: #12543D;
}
.TagClassName
{
border-color: #12543D;
}
</style>