Shades of Forest Green #1A8D2B
Tints of Forest Green #1A8D2B
RGB
CMYK
RGB Variations
Color information
#1A8D2B (or 0x1A8D2B) is known color: Forest Green. HEX triplet: 1A, 8D and 2B. RGB value is (26,141,43). Sum of RGB (Red+Green+Blue) = 26+141+43=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8D2B is #E572D4. Grayscale: #5F5F5F. Windows color (decimal): -15037141 or 2854170. OLE color: 2854170.
HSL color Cylindrical-coordinate representation of color #1A8D2B: hue angle of 128.87º 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 #1A8D2B is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 43 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.45 |
| HSL | 128.87º | 0.69% | 0.33% | - |
| HSV(B) | 128.87º | 0.82% | 0.55% | - |
| XYZ | 10.39 | 19.44 | 5.49 | - |
| YUV | 95.44 | 98.4 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 43 | 0.82 | 0 | 0.70 | 0.45 | 128.87 | 0.69 | 0.33 |
| Hex | 1A | 8D | 2B | 52 | 0 | 46 | 2D | 81 | 45 | 21 |
| Octal | 32 | 215 | 53 | 122 | 0 | 106 | 55 | 201 | 105 | 41 |
| Binary | 11010 | 10001101 | 101011 | 1010010 | 0 | 1000110 | 101101 | 10000001 | 1000101 | 100001 |
Color Harmonies of #1A8D2B
Complementary color
Monochromatic Colors of #1A8D2B
Black with #1A8D2B
Text Example
Text Example
White with #1A8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D2B; }
p { color: rgb(26,141,43); }
H1.HeaderClassName
{
color: #1A8D2B;
}
.AnyTagClassName
{
color: #1A8D2B;
}
</style>
background-color css
<style>
a { background-color: #1A8D2B; }
a { background-color: rgb(26,141,43); }
div.DivClassName
{
background-color: #1A8D2B;
}
.BgClassName
{
background-color: #1A8D2B;
}
</style>
border-color css
<style>
span { border-color: #1A8D2B; }
span { border-color: rgb(26,141,43); }
td.TdClassName
{
border-color: #1A8D2B;
}
.TagClassName
{
border-color: #1A8D2B;
}
</style>