Shades of Green #147B0B
Tints of Green #147B0B
RGB
CMYK
RGB Variations
Color information
#147B0B (or 0x147B0B) is known color: Green. HEX triplet: 14, 7B and 0B. RGB value is (20,123,11). Sum of RGB (Red+Green+Blue) = 20+123+11=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 123 (48.44% from 255 or 79.87% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 123 - color contains mainly: green. Hex color #147B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147B0B is #EB84F4. Grayscale: #4F4F4F. Windows color (decimal): -15434997 or 752404. OLE color: 752404.
HSL color Cylindrical-coordinate representation of color #147B0B: hue angle of 115.18º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147B0B is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 123 | 11 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.52 |
| HSL | 115.18º | 0.84% | 0.26% | - |
| HSV(B) | 115.18º | 0.91% | 0.48% | - |
| XYZ | 7.43 | 14.34 | 2.69 | - |
| YUV | 79.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 11 | 0.84 | 0 | 0.91 | 0.52 | 115.18 | 0.84 | 0.26 |
| Hex | 14 | 7B | B | 54 | 0 | 5B | 34 | 73 | 54 | 1A |
| Octal | 24 | 173 | 13 | 124 | 0 | 133 | 64 | 163 | 124 | 32 |
| Binary | 10100 | 1111011 | 1011 | 1010100 | 0 | 1011011 | 110100 | 1110011 | 1010100 | 11010 |
Color Harmonies of #147B0B
Complementary color
Monochromatic Colors of #147B0B
Black with #147B0B
Text Example
Text Example
White with #147B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147B0B; }
p { color: rgb(20,123,11); }
H1.HeaderClassName
{
color: #147B0B;
}
.AnyTagClassName
{
color: #147B0B;
}
</style>
background-color css
<style>
a { background-color: #147B0B; }
a { background-color: rgb(20,123,11); }
div.DivClassName
{
background-color: #147B0B;
}
.BgClassName
{
background-color: #147B0B;
}
</style>
border-color css
<style>
span { border-color: #147B0B; }
span { border-color: rgb(20,123,11); }
td.TdClassName
{
border-color: #147B0B;
}
.TagClassName
{
border-color: #147B0B;
}
</style>