Shades of Green #1A740D
Tints of Green #1A740D
RGB
CMYK
RGB Variations
Color information
#1A740D (or 0x1A740D) is known color: Green. HEX triplet: 1A, 74 and 0D. RGB value is (26,116,13). Sum of RGB (Red+Green+Blue) = 26+116+13=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #1A740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A740D is #E58BF2. Grayscale: #4D4D4D. Windows color (decimal): -15043571 or 881690. OLE color: 881690.
HSL color Cylindrical-coordinate representation of color #1A740D: hue angle of 112.43º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A740D is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 13 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.55 |
| HSL | 112.43º | 0.8% | 0.25% | - |
| HSV(B) | 112.43º | 0.89% | 0.45% | - |
| XYZ | 6.74 | 12.74 | 2.48 | - |
| YUV | 77.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 13 | 0.78 | 0 | 0.89 | 0.55 | 112.43 | 0.8 | 0.25 |
| Hex | 1A | 74 | D | 4E | 0 | 59 | 37 | 70 | 50 | 19 |
| Octal | 32 | 164 | 15 | 116 | 0 | 131 | 67 | 160 | 120 | 31 |
| Binary | 11010 | 1110100 | 1101 | 1001110 | 0 | 1011001 | 110111 | 1110000 | 1010000 | 11001 |
Color Harmonies of #1A740D
Complementary color
Monochromatic Colors of #1A740D
Black with #1A740D
Text Example
Text Example
White with #1A740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A740D; }
p { color: rgb(26,116,13); }
H1.HeaderClassName
{
color: #1A740D;
}
.AnyTagClassName
{
color: #1A740D;
}
</style>
background-color css
<style>
a { background-color: #1A740D; }
a { background-color: rgb(26,116,13); }
div.DivClassName
{
background-color: #1A740D;
}
.BgClassName
{
background-color: #1A740D;
}
</style>
border-color css
<style>
span { border-color: #1A740D; }
span { border-color: rgb(26,116,13); }
td.TdClassName
{
border-color: #1A740D;
}
.TagClassName
{
border-color: #1A740D;
}
</style>