Shades of Green #147313
Tints of Green #147313
RGB
CMYK
RGB Variations
Color information
#147313 (or 0x147313) is known color: Green. HEX triplet: 14, 73 and 13. RGB value is (20,115,19). Sum of RGB (Red+Green+Blue) = 20+115+19=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #147313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147313 is #EB8CEC. Grayscale: #4B4B4B. Windows color (decimal): -15437037 or 1274644. OLE color: 1274644.
HSL color Cylindrical-coordinate representation of color #147313: hue angle of 119.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147313 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 19 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.55 |
| HSL | 119.38º | 0.72% | 0.26% | - |
| HSV(B) | 119.38º | 0.83% | 0.45% | - |
| XYZ | 6.54 | 12.46 | 2.68 | - |
| YUV | 75.65 | 96.03 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 19 | 0.83 | 0 | 0.83 | 0.55 | 119.38 | 0.72 | 0.26 |
| Hex | 14 | 73 | 13 | 53 | 0 | 53 | 37 | 77 | 48 | 1A |
| Octal | 24 | 163 | 23 | 123 | 0 | 123 | 67 | 167 | 110 | 32 |
| Binary | 10100 | 1110011 | 10011 | 1010011 | 0 | 1010011 | 110111 | 1110111 | 1001000 | 11010 |
Color Harmonies of #147313
Complementary color
Monochromatic Colors of #147313
Black with #147313
Text Example
Text Example
White with #147313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147313; }
p { color: rgb(20,115,19); }
H1.HeaderClassName
{
color: #147313;
}
.AnyTagClassName
{
color: #147313;
}
</style>
background-color css
<style>
a { background-color: #147313; }
a { background-color: rgb(20,115,19); }
div.DivClassName
{
background-color: #147313;
}
.BgClassName
{
background-color: #147313;
}
</style>
border-color css
<style>
span { border-color: #147313; }
span { border-color: rgb(20,115,19); }
td.TdClassName
{
border-color: #147313;
}
.TagClassName
{
border-color: #147313;
}
</style>