Shades of Forest Green #1A8E2A
Tints of Forest Green #1A8E2A
RGB
CMYK
RGB Variations
Color information
#1A8E2A (or 0x1A8E2A) is known color: Forest Green. HEX triplet: 1A, 8E and 2A. RGB value is (26,142,42). Sum of RGB (Red+Green+Blue) = 26+142+42=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 142 (55.86% from 255 or 67.62% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8E2A is #E571D5. Grayscale: #606060. Windows color (decimal): -15036886 or 2788890. OLE color: 2788890.
HSL color Cylindrical-coordinate representation of color #1A8E2A: hue angle of 128.28º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8E2A is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 142 | 42 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.44 |
| HSL | 128.28º | 0.69% | 0.33% | - |
| HSV(B) | 128.28º | 0.82% | 0.56% | - |
| XYZ | 10.52 | 19.73 | 5.44 | - |
| YUV | 95.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 42 | 0.82 | 0 | 0.70 | 0.44 | 128.28 | 0.69 | 0.33 |
| Hex | 1A | 8E | 2A | 52 | 0 | 46 | 2C | 80 | 45 | 21 |
| Octal | 32 | 216 | 52 | 122 | 0 | 106 | 54 | 200 | 105 | 41 |
| Binary | 11010 | 10001110 | 101010 | 1010010 | 0 | 1000110 | 101100 | 10000000 | 1000101 | 100001 |
Color Harmonies of #1A8E2A
Complementary color
Monochromatic Colors of #1A8E2A
Black with #1A8E2A
Text Example
Text Example
White with #1A8E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8E2A; }
p { color: rgb(26,142,42); }
H1.HeaderClassName
{
color: #1A8E2A;
}
.AnyTagClassName
{
color: #1A8E2A;
}
</style>
background-color css
<style>
a { background-color: #1A8E2A; }
a { background-color: rgb(26,142,42); }
div.DivClassName
{
background-color: #1A8E2A;
}
.BgClassName
{
background-color: #1A8E2A;
}
</style>
border-color css
<style>
span { border-color: #1A8E2A; }
span { border-color: rgb(26,142,42); }
td.TdClassName
{
border-color: #1A8E2A;
}
.TagClassName
{
border-color: #1A8E2A;
}
</style>