Shades of Forest Green #1A7E2B
Tints of Forest Green #1A7E2B
RGB
CMYK
RGB Variations
Color information
#1A7E2B (or 0x1A7E2B) is known color: Forest Green. HEX triplet: 1A, 7E and 2B. RGB value is (26,126,43). Sum of RGB (Red+Green+Blue) = 26+126+43=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #1A7E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7E2B is #E581D4. Grayscale: #565656. Windows color (decimal): -15040981 or 2850330. OLE color: 2850330.
HSL color Cylindrical-coordinate representation of color #1A7E2B: hue angle of 130.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7E2B is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 126 | 43 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.51 |
| HSL | 130.2º | 0.66% | 0.3% | - |
| HSV(B) | 130.2º | 0.79% | 0.49% | - |
| XYZ | 8.32 | 15.32 | 4.8 | - |
| YUV | 86.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 126 | 43 | 0.79 | 0 | 0.66 | 0.51 | 130.2 | 0.66 | 0.3 |
| Hex | 1A | 7E | 2B | 4F | 0 | 42 | 33 | 82 | 42 | 1E |
| Octal | 32 | 176 | 53 | 117 | 0 | 102 | 63 | 202 | 102 | 36 |
| Binary | 11010 | 1111110 | 101011 | 1001111 | 0 | 1000010 | 110011 | 10000010 | 1000010 | 11110 |
Color Harmonies of #1A7E2B
Complementary color
Monochromatic Colors of #1A7E2B
Black with #1A7E2B
Text Example
Text Example
White with #1A7E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7E2B; }
p { color: rgb(26,126,43); }
H1.HeaderClassName
{
color: #1A7E2B;
}
.AnyTagClassName
{
color: #1A7E2B;
}
</style>
background-color css
<style>
a { background-color: #1A7E2B; }
a { background-color: rgb(26,126,43); }
div.DivClassName
{
background-color: #1A7E2B;
}
.BgClassName
{
background-color: #1A7E2B;
}
</style>
border-color css
<style>
span { border-color: #1A7E2B; }
span { border-color: rgb(26,126,43); }
td.TdClassName
{
border-color: #1A7E2B;
}
.TagClassName
{
border-color: #1A7E2B;
}
</style>