Shades of County Green #125133
Tints of County Green #125133
RGB
CMYK
RGB Variations
Color information
#125133 (or 0x125133) is known color: County Green. HEX triplet: 12, 51 and 33. RGB value is (18,81,51). Sum of RGB (Red+Green+Blue) = 18+81+51=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #125133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125133 is #EDAECC. Grayscale: #3A3A3A. Windows color (decimal): -15576781 or 3363090. OLE color: 3363090.
HSL color Cylindrical-coordinate representation of color #125133: hue angle of 151.43º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125133 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 51 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.68 |
| HSL | 151.43º | 0.64% | 0.19% | - |
| HSV(B) | 151.43º | 0.78% | 0.32% | - |
| XYZ | 3.79 | 6.25 | 4.14 | - |
| YUV | 58.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 51 | 0.78 | 0 | 0.37 | 0.68 | 151.43 | 0.64 | 0.19 |
| Hex | 12 | 51 | 33 | 4E | 0 | 25 | 44 | 97 | 40 | 13 |
| Octal | 22 | 121 | 63 | 116 | 0 | 45 | 104 | 227 | 100 | 23 |
| Binary | 10010 | 1010001 | 110011 | 1001110 | 0 | 100101 | 1000100 | 10010111 | 1000000 | 10011 |
Color Harmonies of #125133
Complementary color
Monochromatic Colors of #125133
Black with #125133
Text Example
Text Example
White with #125133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125133; }
p { color: rgb(18,81,51); }
H1.HeaderClassName
{
color: #125133;
}
.AnyTagClassName
{
color: #125133;
}
</style>
background-color css
<style>
a { background-color: #125133; }
a { background-color: rgb(18,81,51); }
div.DivClassName
{
background-color: #125133;
}
.BgClassName
{
background-color: #125133;
}
</style>
border-color css
<style>
span { border-color: #125133; }
span { border-color: rgb(18,81,51); }
td.TdClassName
{
border-color: #125133;
}
.TagClassName
{
border-color: #125133;
}
</style>