Shades of Green #146103
Tints of Green #146103
RGB
CMYK
RGB Variations
Color information
#146103 (or 0x146103) is known color: Green. HEX triplet: 14, 61 and 03. RGB value is (20,97,3). Sum of RGB (Red+Green+Blue) = 20+97+3=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #146103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146103 is #EB9EFC. Grayscale: #3F3F3F. Windows color (decimal): -15441661 or 221460. OLE color: 221460.
HSL color Cylindrical-coordinate representation of color #146103: hue angle of 109.15º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #146103 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 3 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.62 |
| HSL | 109.15º | 0.94% | 0.2% | - |
| HSV(B) | 109.15º | 0.97% | 0.38% | - |
| XYZ | 4.58 | 8.7 | 1.52 | - |
| YUV | 63.26 | 93.99 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 3 | 0.79 | 0 | 0.97 | 0.62 | 109.15 | 0.94 | 0.2 |
| Hex | 14 | 61 | 3 | 4F | 0 | 61 | 3E | 6D | 5E | 14 |
| Octal | 24 | 141 | 3 | 117 | 0 | 141 | 76 | 155 | 136 | 24 |
| Binary | 10100 | 1100001 | 11 | 1001111 | 0 | 1100001 | 111110 | 1101101 | 1011110 | 10100 |
Color Harmonies of #146103
Complementary color
Monochromatic Colors of #146103
Black with #146103
Text Example
Text Example
White with #146103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146103; }
p { color: rgb(20,97,3); }
H1.HeaderClassName
{
color: #146103;
}
.AnyTagClassName
{
color: #146103;
}
</style>
background-color css
<style>
a { background-color: #146103; }
a { background-color: rgb(20,97,3); }
div.DivClassName
{
background-color: #146103;
}
.BgClassName
{
background-color: #146103;
}
</style>
border-color css
<style>
span { border-color: #146103; }
span { border-color: rgb(20,97,3); }
td.TdClassName
{
border-color: #146103;
}
.TagClassName
{
border-color: #146103;
}
</style>