Shades of Forest Green #1A8B30
Tints of Forest Green #1A8B30
RGB
CMYK
RGB Variations
Color information
#1A8B30 (or 0x1A8B30) is known color: Forest Green. HEX triplet: 1A, 8B and 30. RGB value is (26,139,48). Sum of RGB (Red+Green+Blue) = 26+139+48=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 139 (54.69% from 255 or 65.26% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8B30 is #E574CF. Grayscale: #5F5F5F. Windows color (decimal): -15037648 or 3181338. OLE color: 3181338.
HSL color Cylindrical-coordinate representation of color #1A8B30: hue angle of 131.68º 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 #1A8B30 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 48 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.45 |
| HSL | 131.68º | 0.68% | 0.32% | - |
| HSV(B) | 131.68º | 0.81% | 0.55% | - |
| XYZ | 10.19 | 18.9 | 5.91 | - |
| YUV | 94.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 48 | 0.81 | 0 | 0.65 | 0.45 | 131.68 | 0.68 | 0.32 |
| Hex | 1A | 8B | 30 | 51 | 0 | 41 | 2D | 84 | 44 | 20 |
| Octal | 32 | 213 | 60 | 121 | 0 | 101 | 55 | 204 | 104 | 40 |
| Binary | 11010 | 10001011 | 110000 | 1010001 | 0 | 1000001 | 101101 | 10000100 | 1000100 | 100000 |
Color Harmonies of #1A8B30
Complementary color
Monochromatic Colors of #1A8B30
Black with #1A8B30
Text Example
Text Example
White with #1A8B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B30; }
p { color: rgb(26,139,48); }
H1.HeaderClassName
{
color: #1A8B30;
}
.AnyTagClassName
{
color: #1A8B30;
}
</style>
background-color css
<style>
a { background-color: #1A8B30; }
a { background-color: rgb(26,139,48); }
div.DivClassName
{
background-color: #1A8B30;
}
.BgClassName
{
background-color: #1A8B30;
}
</style>
border-color css
<style>
span { border-color: #1A8B30; }
span { border-color: rgb(26,139,48); }
td.TdClassName
{
border-color: #1A8B30;
}
.TagClassName
{
border-color: #1A8B30;
}
</style>