Shades of County Green #124D34
Tints of County Green #124D34
RGB
CMYK
RGB Variations
Color information
#124D34 (or 0x124D34) is known color: County Green. HEX triplet: 12, 4D and 34. RGB value is (18,77,52). Sum of RGB (Red+Green+Blue) = 18+77+52=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #124D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D34 is #EDB2CB. Grayscale: #383838. Windows color (decimal): -15577804 or 3427602. OLE color: 3427602.
HSL color Cylindrical-coordinate representation of color #124D34: hue angle of 154.58º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D34 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 52 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.70 |
| HSL | 154.58º | 0.62% | 0.19% | - |
| HSV(B) | 154.58º | 0.77% | 0.3% | - |
| XYZ | 3.52 | 5.68 | 4.16 | - |
| YUV | 56.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 52 | 0.77 | 0 | 0.32 | 0.70 | 154.58 | 0.62 | 0.19 |
| Hex | 12 | 4D | 34 | 4D | 0 | 20 | 46 | 9B | 3E | 13 |
| Octal | 22 | 115 | 64 | 115 | 0 | 40 | 106 | 233 | 76 | 23 |
| Binary | 10010 | 1001101 | 110100 | 1001101 | 0 | 100000 | 1000110 | 10011011 | 111110 | 10011 |
Color Harmonies of #124D34
Complementary color
Monochromatic Colors of #124D34
Black with #124D34
Text Example
Text Example
White with #124D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D34; }
p { color: rgb(18,77,52); }
H1.HeaderClassName
{
color: #124D34;
}
.AnyTagClassName
{
color: #124D34;
}
</style>
background-color css
<style>
a { background-color: #124D34; }
a { background-color: rgb(18,77,52); }
div.DivClassName
{
background-color: #124D34;
}
.BgClassName
{
background-color: #124D34;
}
</style>
border-color css
<style>
span { border-color: #124D34; }
span { border-color: rgb(18,77,52); }
td.TdClassName
{
border-color: #124D34;
}
.TagClassName
{
border-color: #124D34;
}
</style>