Shades of County Green #144A34
Tints of County Green #144A34
RGB
CMYK
RGB Variations
Color information
#144A34 (or 0x144A34) is known color: County Green. HEX triplet: 14, 4A and 34. RGB value is (20,74,52). Sum of RGB (Red+Green+Blue) = 20+74+52=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #144A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A34 is #EBB5CB. Grayscale: #373737. Windows color (decimal): -15447500 or 3426836. OLE color: 3426836.
HSL color Cylindrical-coordinate representation of color #144A34: hue angle of 155.56º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A34 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 52 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.71 |
| HSL | 155.56º | 0.57% | 0.18% | - |
| HSV(B) | 155.56º | 0.73% | 0.29% | - |
| XYZ | 3.36 | 5.29 | 4.09 | - |
| YUV | 55.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 52 | 0.73 | 0 | 0.30 | 0.71 | 155.56 | 0.57 | 0.18 |
| Hex | 14 | 4A | 34 | 49 | 0 | 1E | 47 | 9C | 39 | 12 |
| Octal | 24 | 112 | 64 | 111 | 0 | 36 | 107 | 234 | 71 | 22 |
| Binary | 10100 | 1001010 | 110100 | 1001001 | 0 | 11110 | 1000111 | 10011100 | 111001 | 10010 |
Color Harmonies of #144A34
Complementary color
Monochromatic Colors of #144A34
Black with #144A34
Text Example
Text Example
White with #144A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A34; }
p { color: rgb(20,74,52); }
H1.HeaderClassName
{
color: #144A34;
}
.AnyTagClassName
{
color: #144A34;
}
</style>
background-color css
<style>
a { background-color: #144A34; }
a { background-color: rgb(20,74,52); }
div.DivClassName
{
background-color: #144A34;
}
.BgClassName
{
background-color: #144A34;
}
</style>
border-color css
<style>
span { border-color: #144A34; }
span { border-color: rgb(20,74,52); }
td.TdClassName
{
border-color: #144A34;
}
.TagClassName
{
border-color: #144A34;
}
</style>