Shades of County Green #125037
Tints of County Green #125037
RGB
CMYK
RGB Variations
Color information
#125037 (or 0x125037) is known color: County Green. HEX triplet: 12, 50 and 37. RGB value is (18,80,55). Sum of RGB (Red+Green+Blue) = 18+80+55=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #125037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125037 is #EDAFC8. Grayscale: #3A3A3A. Windows color (decimal): -15577033 or 3624978. OLE color: 3624978.
HSL color Cylindrical-coordinate representation of color #125037: hue angle of 155.81º 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 #125037 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 55 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.69 |
| HSL | 155.81º | 0.63% | 0.19% | - |
| HSV(B) | 155.81º | 0.78% | 0.31% | - |
| XYZ | 3.81 | 6.14 | 4.6 | - |
| YUV | 58.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 55 | 0.78 | 0 | 0.31 | 0.69 | 155.81 | 0.63 | 0.19 |
| Hex | 12 | 50 | 37 | 4E | 0 | 1F | 45 | 9C | 3F | 13 |
| Octal | 22 | 120 | 67 | 116 | 0 | 37 | 105 | 234 | 77 | 23 |
| Binary | 10010 | 1010000 | 110111 | 1001110 | 0 | 11111 | 1000101 | 10011100 | 111111 | 10011 |
Color Harmonies of #125037
Complementary color
Monochromatic Colors of #125037
Black with #125037
Text Example
Text Example
White with #125037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125037; }
p { color: rgb(18,80,55); }
H1.HeaderClassName
{
color: #125037;
}
.AnyTagClassName
{
color: #125037;
}
</style>
background-color css
<style>
a { background-color: #125037; }
a { background-color: rgb(18,80,55); }
div.DivClassName
{
background-color: #125037;
}
.BgClassName
{
background-color: #125037;
}
</style>
border-color css
<style>
span { border-color: #125037; }
span { border-color: rgb(18,80,55); }
td.TdClassName
{
border-color: #125037;
}
.TagClassName
{
border-color: #125037;
}
</style>