Shades of Green #147D0D
Tints of Green #147D0D
RGB
CMYK
RGB Variations
Color information
#147D0D (or 0x147D0D) is known color: Green. HEX triplet: 14, 7D and 0D. RGB value is (20,125,13). Sum of RGB (Red+Green+Blue) = 20+125+13=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 125 (49.22% from 255 or 79.11% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 125 - color contains mainly: green. Hex color #147D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D0D is #EB82F2. Grayscale: #515151. Windows color (decimal): -15434483 or 883988. OLE color: 883988.
HSL color Cylindrical-coordinate representation of color #147D0D: hue angle of 116.25º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147D0D is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 13 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.51 |
| HSL | 116.25º | 0.81% | 0.27% | - |
| HSV(B) | 116.25º | 0.9% | 0.49% | - |
| XYZ | 7.69 | 14.85 | 2.84 | - |
| YUV | 80.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 13 | 0.84 | 0 | 0.90 | 0.51 | 116.25 | 0.81 | 0.27 |
| Hex | 14 | 7D | D | 54 | 0 | 5A | 33 | 74 | 51 | 1B |
| Octal | 24 | 175 | 15 | 124 | 0 | 132 | 63 | 164 | 121 | 33 |
| Binary | 10100 | 1111101 | 1101 | 1010100 | 0 | 1011010 | 110011 | 1110100 | 1010001 | 11011 |
Color Harmonies of #147D0D
Complementary color
Monochromatic Colors of #147D0D
Black with #147D0D
Text Example
Text Example
White with #147D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D0D; }
p { color: rgb(20,125,13); }
H1.HeaderClassName
{
color: #147D0D;
}
.AnyTagClassName
{
color: #147D0D;
}
</style>
background-color css
<style>
a { background-color: #147D0D; }
a { background-color: rgb(20,125,13); }
div.DivClassName
{
background-color: #147D0D;
}
.BgClassName
{
background-color: #147D0D;
}
</style>
border-color css
<style>
span { border-color: #147D0D; }
span { border-color: rgb(20,125,13); }
td.TdClassName
{
border-color: #147D0D;
}
.TagClassName
{
border-color: #147D0D;
}
</style>