Shades of Forest Green #1A8B2D
Tints of Forest Green #1A8B2D
RGB
CMYK
RGB Variations
Color information
#1A8B2D (or 0x1A8B2D) is known color: Forest Green. HEX triplet: 1A, 8B and 2D. RGB value is (26,139,45). Sum of RGB (Red+Green+Blue) = 26+139+45=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8B2D is #E574D2. Grayscale: #5E5E5E. Windows color (decimal): -15037651 or 2984730. OLE color: 2984730.
HSL color Cylindrical-coordinate representation of color #1A8B2D: hue angle of 130.09º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B2D is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 45 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.45 |
| HSL | 130.09º | 0.68% | 0.32% | - |
| HSV(B) | 130.09º | 0.81% | 0.55% | - |
| XYZ | 10.13 | 18.87 | 5.59 | - |
| YUV | 94.5 | 100.06 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 45 | 0.81 | 0 | 0.68 | 0.45 | 130.09 | 0.68 | 0.32 |
| Hex | 1A | 8B | 2D | 51 | 0 | 44 | 2D | 82 | 44 | 20 |
| Octal | 32 | 213 | 55 | 121 | 0 | 104 | 55 | 202 | 104 | 40 |
| Binary | 11010 | 10001011 | 101101 | 1010001 | 0 | 1000100 | 101101 | 10000010 | 1000100 | 100000 |
Color Harmonies of #1A8B2D
Complementary color
Monochromatic Colors of #1A8B2D
Black with #1A8B2D
Text Example
Text Example
White with #1A8B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B2D; }
p { color: rgb(26,139,45); }
H1.HeaderClassName
{
color: #1A8B2D;
}
.AnyTagClassName
{
color: #1A8B2D;
}
</style>
background-color css
<style>
a { background-color: #1A8B2D; }
a { background-color: rgb(26,139,45); }
div.DivClassName
{
background-color: #1A8B2D;
}
.BgClassName
{
background-color: #1A8B2D;
}
</style>
border-color css
<style>
span { border-color: #1A8B2D; }
span { border-color: rgb(26,139,45); }
td.TdClassName
{
border-color: #1A8B2D;
}
.TagClassName
{
border-color: #1A8B2D;
}
</style>