Shades of County Green #124C34
Tints of County Green #124C34
RGB
CMYK
RGB Variations
Color information
#124C34 (or 0x124C34) is known color: County Green. HEX triplet: 12, 4C and 34. RGB value is (18,76,52). Sum of RGB (Red+Green+Blue) = 18+76+52=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #124C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C34 is #EDB3CB. Grayscale: #373737. Windows color (decimal): -15578060 or 3427346. OLE color: 3427346.
HSL color Cylindrical-coordinate representation of color #124C34: hue angle of 155.17º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C34 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 52 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.70 |
| HSL | 155.17º | 0.62% | 0.18% | - |
| HSV(B) | 155.17º | 0.76% | 0.3% | - |
| XYZ | 3.45 | 5.55 | 4.14 | - |
| YUV | 55.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 52 | 0.76 | 0 | 0.32 | 0.70 | 155.17 | 0.62 | 0.18 |
| Hex | 12 | 4C | 34 | 4C | 0 | 20 | 46 | 9B | 3E | 12 |
| Octal | 22 | 114 | 64 | 114 | 0 | 40 | 106 | 233 | 76 | 22 |
| Binary | 10010 | 1001100 | 110100 | 1001100 | 0 | 100000 | 1000110 | 10011011 | 111110 | 10010 |
Color Harmonies of #124C34
Complementary color
Monochromatic Colors of #124C34
Black with #124C34
Text Example
Text Example
White with #124C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C34; }
p { color: rgb(18,76,52); }
H1.HeaderClassName
{
color: #124C34;
}
.AnyTagClassName
{
color: #124C34;
}
</style>
background-color css
<style>
a { background-color: #124C34; }
a { background-color: rgb(18,76,52); }
div.DivClassName
{
background-color: #124C34;
}
.BgClassName
{
background-color: #124C34;
}
</style>
border-color css
<style>
span { border-color: #124C34; }
span { border-color: rgb(18,76,52); }
td.TdClassName
{
border-color: #124C34;
}
.TagClassName
{
border-color: #124C34;
}
</style>