Shades of County Green #145031
Tints of County Green #145031
RGB
CMYK
RGB Variations
Color information
#145031 (or 0x145031) is known color: County Green. HEX triplet: 14, 50 and 31. RGB value is (20,80,49). Sum of RGB (Red+Green+Blue) = 20+80+49=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #145031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145031 is #EBAFCE. Grayscale: #3A3A3A. Windows color (decimal): -15445967 or 3231764. OLE color: 3231764.
HSL color Cylindrical-coordinate representation of color #145031: hue angle of 149º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145031 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 49 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.69 |
| HSL | 149º | 0.6% | 0.2% | - |
| HSV(B) | 149º | 0.75% | 0.31% | - |
| XYZ | 3.71 | 6.11 | 3.89 | - |
| YUV | 58.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 49 | 0.75 | 0 | 0.39 | 0.69 | 149 | 0.6 | 0.2 |
| Hex | 14 | 50 | 31 | 4B | 0 | 27 | 45 | 95 | 3C | 14 |
| Octal | 24 | 120 | 61 | 113 | 0 | 47 | 105 | 225 | 74 | 24 |
| Binary | 10100 | 1010000 | 110001 | 1001011 | 0 | 100111 | 1000101 | 10010101 | 111100 | 10100 |
Color Harmonies of #145031
Complementary color
Monochromatic Colors of #145031
Black with #145031
Text Example
Text Example
White with #145031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145031; }
p { color: rgb(20,80,49); }
H1.HeaderClassName
{
color: #145031;
}
.AnyTagClassName
{
color: #145031;
}
</style>
background-color css
<style>
a { background-color: #145031; }
a { background-color: rgb(20,80,49); }
div.DivClassName
{
background-color: #145031;
}
.BgClassName
{
background-color: #145031;
}
</style>
border-color css
<style>
span { border-color: #145031; }
span { border-color: rgb(20,80,49); }
td.TdClassName
{
border-color: #145031;
}
.TagClassName
{
border-color: #145031;
}
</style>