Shades of County Green #185031
Tints of County Green #185031
RGB
CMYK
RGB Variations
Color information
#185031 (or 0x185031) is known color: County Green. HEX triplet: 18, 50 and 31. RGB value is (24,80,49). Sum of RGB (Red+Green+Blue) = 24+80+49=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #185031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185031 is #E7AFCE. Grayscale: #3B3B3B. Windows color (decimal): -15183823 or 3231768. OLE color: 3231768.
HSL color Cylindrical-coordinate representation of color #185031: hue angle of 146.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185031 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 49 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.69 |
| HSL | 146.79º | 0.54% | 0.2% | - |
| HSV(B) | 146.79º | 0.7% | 0.31% | - |
| XYZ | 3.8 | 6.15 | 3.89 | - |
| YUV | 59.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 49 | 0.70 | 0 | 0.39 | 0.69 | 146.79 | 0.54 | 0.2 |
| Hex | 18 | 50 | 31 | 46 | 0 | 27 | 45 | 93 | 36 | 14 |
| Octal | 30 | 120 | 61 | 106 | 0 | 47 | 105 | 223 | 66 | 24 |
| Binary | 11000 | 1010000 | 110001 | 1000110 | 0 | 100111 | 1000101 | 10010011 | 110110 | 10100 |
Color Harmonies of #185031
Complementary color
Monochromatic Colors of #185031
Black with #185031
Text Example
Text Example
White with #185031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185031; }
p { color: rgb(24,80,49); }
H1.HeaderClassName
{
color: #185031;
}
.AnyTagClassName
{
color: #185031;
}
</style>
background-color css
<style>
a { background-color: #185031; }
a { background-color: rgb(24,80,49); }
div.DivClassName
{
background-color: #185031;
}
.BgClassName
{
background-color: #185031;
}
</style>
border-color css
<style>
span { border-color: #185031; }
span { border-color: rgb(24,80,49); }
td.TdClassName
{
border-color: #185031;
}
.TagClassName
{
border-color: #185031;
}
</style>