Shades of County Green #125031
Tints of County Green #125031
RGB
CMYK
RGB Variations
Color information
#125031 (or 0x125031) is known color: County Green. HEX triplet: 12, 50 and 31. RGB value is (18,80,49). Sum of RGB (Red+Green+Blue) = 18+80+49=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #125031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125031 is #EDAFCE. Grayscale: #393939. Windows color (decimal): -15577039 or 3231762. OLE color: 3231762.
HSL color Cylindrical-coordinate representation of color #125031: hue angle of 150º 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 #125031 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 49 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.69 |
| HSL | 150º | 0.63% | 0.19% | - |
| HSV(B) | 150º | 0.78% | 0.31% | - |
| XYZ | 3.67 | 6.09 | 3.89 | - |
| YUV | 57.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 49 | 0.78 | 0 | 0.39 | 0.69 | 150 | 0.63 | 0.19 |
| Hex | 12 | 50 | 31 | 4E | 0 | 27 | 45 | 96 | 3F | 13 |
| Octal | 22 | 120 | 61 | 116 | 0 | 47 | 105 | 226 | 77 | 23 |
| Binary | 10010 | 1010000 | 110001 | 1001110 | 0 | 100111 | 1000101 | 10010110 | 111111 | 10011 |
Color Harmonies of #125031
Complementary color
Monochromatic Colors of #125031
Black with #125031
Text Example
Text Example
White with #125031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125031; }
p { color: rgb(18,80,49); }
H1.HeaderClassName
{
color: #125031;
}
.AnyTagClassName
{
color: #125031;
}
</style>
background-color css
<style>
a { background-color: #125031; }
a { background-color: rgb(18,80,49); }
div.DivClassName
{
background-color: #125031;
}
.BgClassName
{
background-color: #125031;
}
</style>
border-color css
<style>
span { border-color: #125031; }
span { border-color: rgb(18,80,49); }
td.TdClassName
{
border-color: #125031;
}
.TagClassName
{
border-color: #125031;
}
</style>