Shades of County Green #125232
Tints of County Green #125232
RGB
CMYK
RGB Variations
Color information
#125232 (or 0x125232) is known color: County Green. HEX triplet: 12, 52 and 32. RGB value is (18,82,50). Sum of RGB (Red+Green+Blue) = 18+82+50=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #125232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125232 is #EDADCD. Grayscale: #3B3B3B. Windows color (decimal): -15576526 or 3297810. OLE color: 3297810.
HSL color Cylindrical-coordinate representation of color #125232: hue angle of 150º 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 #125232 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 82 | 50 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.68 |
| HSL | 150º | 0.64% | 0.2% | - |
| HSV(B) | 150º | 0.78% | 0.32% | - |
| XYZ | 3.84 | 6.39 | 4.05 | - |
| YUV | 59.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 50 | 0.78 | 0 | 0.39 | 0.68 | 150 | 0.64 | 0.2 |
| Hex | 12 | 52 | 32 | 4E | 0 | 27 | 44 | 96 | 40 | 14 |
| Octal | 22 | 122 | 62 | 116 | 0 | 47 | 104 | 226 | 100 | 24 |
| Binary | 10010 | 1010010 | 110010 | 1001110 | 0 | 100111 | 1000100 | 10010110 | 1000000 | 10100 |
Color Harmonies of #125232
Complementary color
Monochromatic Colors of #125232
Black with #125232
Text Example
Text Example
White with #125232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125232; }
p { color: rgb(18,82,50); }
H1.HeaderClassName
{
color: #125232;
}
.AnyTagClassName
{
color: #125232;
}
</style>
background-color css
<style>
a { background-color: #125232; }
a { background-color: rgb(18,82,50); }
div.DivClassName
{
background-color: #125232;
}
.BgClassName
{
background-color: #125232;
}
</style>
border-color css
<style>
span { border-color: #125232; }
span { border-color: rgb(18,82,50); }
td.TdClassName
{
border-color: #125232;
}
.TagClassName
{
border-color: #125232;
}
</style>