Shades of County Green #145238
Tints of County Green #145238
RGB
CMYK
RGB Variations
Color information
#145238 (or 0x145238) is known color: County Green. HEX triplet: 14, 52 and 38. RGB value is (20,82,56). Sum of RGB (Red+Green+Blue) = 20+82+56=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #145238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145238 is #EBADC7. Grayscale: #3C3C3C. Windows color (decimal): -15445448 or 3691028. OLE color: 3691028.
HSL color Cylindrical-coordinate representation of color #145238: hue angle of 154.84º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145238 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 56 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.68 |
| HSL | 154.84º | 0.61% | 0.2% | - |
| HSV(B) | 154.84º | 0.76% | 0.32% | - |
| XYZ | 4.02 | 6.47 | 4.78 | - |
| YUV | 60.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 56 | 0.76 | 0 | 0.32 | 0.68 | 154.84 | 0.61 | 0.2 |
| Hex | 14 | 52 | 38 | 4C | 0 | 20 | 44 | 9B | 3D | 14 |
| Octal | 24 | 122 | 70 | 114 | 0 | 40 | 104 | 233 | 75 | 24 |
| Binary | 10100 | 1010010 | 111000 | 1001100 | 0 | 100000 | 1000100 | 10011011 | 111101 | 10100 |
Color Harmonies of #145238
Complementary color
Monochromatic Colors of #145238
Black with #145238
Text Example
Text Example
White with #145238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145238; }
p { color: rgb(20,82,56); }
H1.HeaderClassName
{
color: #145238;
}
.AnyTagClassName
{
color: #145238;
}
</style>
background-color css
<style>
a { background-color: #145238; }
a { background-color: rgb(20,82,56); }
div.DivClassName
{
background-color: #145238;
}
.BgClassName
{
background-color: #145238;
}
</style>
border-color css
<style>
span { border-color: #145238; }
span { border-color: rgb(20,82,56); }
td.TdClassName
{
border-color: #145238;
}
.TagClassName
{
border-color: #145238;
}
</style>