Shades of Forest Green #1A8B27
Tints of Forest Green #1A8B27
RGB
CMYK
RGB Variations
Color information
#1A8B27 (or 0x1A8B27) is known color: Forest Green. HEX triplet: 1A, 8B and 27. RGB value is (26,139,39). Sum of RGB (Red+Green+Blue) = 26+139+39=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8B27 is #E574D8. Grayscale: #5E5E5E. Windows color (decimal): -15037657 or 2591514. OLE color: 2591514.
HSL color Cylindrical-coordinate representation of color #1A8B27: hue angle of 126.9º 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 #1A8B27 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 39 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.45 |
| HSL | 126.9º | 0.68% | 0.32% | - |
| HSV(B) | 126.9º | 0.81% | 0.55% | - |
| XYZ | 10.02 | 18.83 | 5.03 | - |
| YUV | 93.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 39 | 0.81 | 0 | 0.72 | 0.45 | 126.9 | 0.68 | 0.32 |
| Hex | 1A | 8B | 27 | 51 | 0 | 48 | 2D | 7F | 44 | 20 |
| Octal | 32 | 213 | 47 | 121 | 0 | 110 | 55 | 177 | 104 | 40 |
| Binary | 11010 | 10001011 | 100111 | 1010001 | 0 | 1001000 | 101101 | 1111111 | 1000100 | 100000 |
Color Harmonies of #1A8B27
Complementary color
Monochromatic Colors of #1A8B27
Black with #1A8B27
Text Example
Text Example
White with #1A8B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B27; }
p { color: rgb(26,139,39); }
H1.HeaderClassName
{
color: #1A8B27;
}
.AnyTagClassName
{
color: #1A8B27;
}
</style>
background-color css
<style>
a { background-color: #1A8B27; }
a { background-color: rgb(26,139,39); }
div.DivClassName
{
background-color: #1A8B27;
}
.BgClassName
{
background-color: #1A8B27;
}
</style>
border-color css
<style>
span { border-color: #1A8B27; }
span { border-color: rgb(26,139,39); }
td.TdClassName
{
border-color: #1A8B27;
}
.TagClassName
{
border-color: #1A8B27;
}
</style>