Shades of Green #14630D
Tints of Green #14630D
RGB
CMYK
RGB Variations
Color information
#14630D (or 0x14630D) is known color: Green. HEX triplet: 14, 63 and 0D. RGB value is (20,99,13). Sum of RGB (Red+Green+Blue) = 20+99+13=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #14630D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14630D is #EB9CF2. Grayscale: #414141. Windows color (decimal): -15441139 or 877332. OLE color: 877332.
HSL color Cylindrical-coordinate representation of color #14630D: hue angle of 115.12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14630D is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 13 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.61 |
| HSL | 115.12º | 0.77% | 0.22% | - |
| HSV(B) | 115.12º | 0.87% | 0.39% | - |
| XYZ | 4.82 | 9.1 | 1.88 | - |
| YUV | 65.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 13 | 0.80 | 0 | 0.87 | 0.61 | 115.12 | 0.77 | 0.22 |
| Hex | 14 | 63 | D | 50 | 0 | 57 | 3D | 73 | 4D | 16 |
| Octal | 24 | 143 | 15 | 120 | 0 | 127 | 75 | 163 | 115 | 26 |
| Binary | 10100 | 1100011 | 1101 | 1010000 | 0 | 1010111 | 111101 | 1110011 | 1001101 | 10110 |
Color Harmonies of #14630D
Complementary color
Monochromatic Colors of #14630D
Black with #14630D
Text Example
Text Example
White with #14630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14630D; }
p { color: rgb(20,99,13); }
H1.HeaderClassName
{
color: #14630D;
}
.AnyTagClassName
{
color: #14630D;
}
</style>
background-color css
<style>
a { background-color: #14630D; }
a { background-color: rgb(20,99,13); }
div.DivClassName
{
background-color: #14630D;
}
.BgClassName
{
background-color: #14630D;
}
</style>
border-color css
<style>
span { border-color: #14630D; }
span { border-color: rgb(20,99,13); }
td.TdClassName
{
border-color: #14630D;
}
.TagClassName
{
border-color: #14630D;
}
</style>