Shades of Green #14730F
Tints of Green #14730F
RGB
CMYK
RGB Variations
Color information
#14730F (or 0x14730F) is known color: Green. HEX triplet: 14, 73 and 0F. RGB value is (20,115,15). Sum of RGB (Red+Green+Blue) = 20+115+15=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #14730F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14730F is #EB8CF0. Grayscale: #4B4B4B. Windows color (decimal): -15437041 or 1012500. OLE color: 1012500.
HSL color Cylindrical-coordinate representation of color #14730F: hue angle of 117º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14730F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 15 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.55 |
| HSL | 117º | 0.77% | 0.25% | - |
| HSV(B) | 117º | 0.87% | 0.45% | - |
| XYZ | 6.51 | 12.44 | 2.51 | - |
| YUV | 75.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 15 | 0.83 | 0 | 0.87 | 0.55 | 117 | 0.77 | 0.25 |
| Hex | 14 | 73 | F | 53 | 0 | 57 | 37 | 75 | 4D | 19 |
| Octal | 24 | 163 | 17 | 123 | 0 | 127 | 67 | 165 | 115 | 31 |
| Binary | 10100 | 1110011 | 1111 | 1010011 | 0 | 1010111 | 110111 | 1110101 | 1001101 | 11001 |
Color Harmonies of #14730F
Complementary color
Monochromatic Colors of #14730F
Black with #14730F
Text Example
Text Example
White with #14730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14730F; }
p { color: rgb(20,115,15); }
H1.HeaderClassName
{
color: #14730F;
}
.AnyTagClassName
{
color: #14730F;
}
</style>
background-color css
<style>
a { background-color: #14730F; }
a { background-color: rgb(20,115,15); }
div.DivClassName
{
background-color: #14730F;
}
.BgClassName
{
background-color: #14730F;
}
</style>
border-color css
<style>
span { border-color: #14730F; }
span { border-color: rgb(20,115,15); }
td.TdClassName
{
border-color: #14730F;
}
.TagClassName
{
border-color: #14730F;
}
</style>