Shades of County Green #124F33
Tints of County Green #124F33
RGB
CMYK
RGB Variations
Color information
#124F33 (or 0x124F33) is known color: County Green. HEX triplet: 12, 4F and 33. RGB value is (18,79,51). Sum of RGB (Red+Green+Blue) = 18+79+51=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #124F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F33 is #EDB0CC. Grayscale: #393939. Windows color (decimal): -15577293 or 3362578. OLE color: 3362578.
HSL color Cylindrical-coordinate representation of color #124F33: hue angle of 152.46º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F33 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 51 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.69 |
| HSL | 152.46º | 0.63% | 0.19% | - |
| HSV(B) | 152.46º | 0.77% | 0.31% | - |
| XYZ | 3.64 | 5.96 | 4.09 | - |
| YUV | 57.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 51 | 0.77 | 0 | 0.35 | 0.69 | 152.46 | 0.63 | 0.19 |
| Hex | 12 | 4F | 33 | 4D | 0 | 23 | 45 | 98 | 3F | 13 |
| Octal | 22 | 117 | 63 | 115 | 0 | 43 | 105 | 230 | 77 | 23 |
| Binary | 10010 | 1001111 | 110011 | 1001101 | 0 | 100011 | 1000101 | 10011000 | 111111 | 10011 |
Color Harmonies of #124F33
Complementary color
Monochromatic Colors of #124F33
Black with #124F33
Text Example
Text Example
White with #124F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F33; }
p { color: rgb(18,79,51); }
H1.HeaderClassName
{
color: #124F33;
}
.AnyTagClassName
{
color: #124F33;
}
</style>
background-color css
<style>
a { background-color: #124F33; }
a { background-color: rgb(18,79,51); }
div.DivClassName
{
background-color: #124F33;
}
.BgClassName
{
background-color: #124F33;
}
</style>
border-color css
<style>
span { border-color: #124F33; }
span { border-color: rgb(18,79,51); }
td.TdClassName
{
border-color: #124F33;
}
.TagClassName
{
border-color: #124F33;
}
</style>