Shades of Forest Green #1A8D2D
Tints of Forest Green #1A8D2D
RGB
CMYK
RGB Variations
Color information
#1A8D2D (or 0x1A8D2D) is known color: Forest Green. HEX triplet: 1A, 8D and 2D. RGB value is (26,141,45). Sum of RGB (Red+Green+Blue) = 26+141+45=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 141 (55.47% from 255 or 66.51% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8D2D is #E572D2. Grayscale: #5F5F5F. Windows color (decimal): -15037139 or 2985242. OLE color: 2985242.
HSL color Cylindrical-coordinate representation of color #1A8D2D: hue angle of 129.91º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8D2D is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 45 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.45 |
| HSL | 129.91º | 0.69% | 0.33% | - |
| HSV(B) | 129.91º | 0.82% | 0.55% | - |
| XYZ | 10.42 | 19.46 | 5.69 | - |
| YUV | 95.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 45 | 0.82 | 0 | 0.68 | 0.45 | 129.91 | 0.69 | 0.33 |
| Hex | 1A | 8D | 2D | 52 | 0 | 44 | 2D | 82 | 45 | 21 |
| Octal | 32 | 215 | 55 | 122 | 0 | 104 | 55 | 202 | 105 | 41 |
| Binary | 11010 | 10001101 | 101101 | 1010010 | 0 | 1000100 | 101101 | 10000010 | 1000101 | 100001 |
Color Harmonies of #1A8D2D
Complementary color
Monochromatic Colors of #1A8D2D
Black with #1A8D2D
Text Example
Text Example
White with #1A8D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D2D; }
p { color: rgb(26,141,45); }
H1.HeaderClassName
{
color: #1A8D2D;
}
.AnyTagClassName
{
color: #1A8D2D;
}
</style>
background-color css
<style>
a { background-color: #1A8D2D; }
a { background-color: rgb(26,141,45); }
div.DivClassName
{
background-color: #1A8D2D;
}
.BgClassName
{
background-color: #1A8D2D;
}
</style>
border-color css
<style>
span { border-color: #1A8D2D; }
span { border-color: rgb(26,141,45); }
td.TdClassName
{
border-color: #1A8D2D;
}
.TagClassName
{
border-color: #1A8D2D;
}
</style>