Shades of Forest Green #1A8230
Tints of Forest Green #1A8230
RGB
CMYK
RGB Variations
Color information
#1A8230 (or 0x1A8230) is known color: Forest Green. HEX triplet: 1A, 82 and 30. RGB value is (26,130,48). Sum of RGB (Red+Green+Blue) = 26+130+48=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8230 is #E57DCF. Grayscale: #595959. Windows color (decimal): -15039952 or 3179034. OLE color: 3179034.
HSL color Cylindrical-coordinate representation of color #1A8230: hue angle of 132.69º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8230 is Cyan = 0.8, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 130 | 48 | - |
| CMYK | 0.8 | 0 | 0.63 | 0.49 |
| HSL | 132.69º | 0.67% | 0.31% | - |
| HSV(B) | 132.69º | 0.8% | 0.51% | - |
| XYZ | 8.94 | 16.4 | 5.49 | - |
| YUV | 89.56 | 104.54 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 130 | 48 | 0.8 | 0 | 0.63 | 0.49 | 132.69 | 0.67 | 0.31 |
| Hex | 1A | 82 | 30 | 50 | 0 | 3F | 31 | 85 | 43 | 1F |
| Octal | 32 | 202 | 60 | 120 | 0 | 77 | 61 | 205 | 103 | 37 |
| Binary | 11010 | 10000010 | 110000 | 1010000 | 0 | 111111 | 110001 | 10000101 | 1000011 | 11111 |
Color Harmonies of #1A8230
Complementary color
Monochromatic Colors of #1A8230
Black with #1A8230
Text Example
Text Example
White with #1A8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8230; }
p { color: rgb(26,130,48); }
H1.HeaderClassName
{
color: #1A8230;
}
.AnyTagClassName
{
color: #1A8230;
}
</style>
background-color css
<style>
a { background-color: #1A8230; }
a { background-color: rgb(26,130,48); }
div.DivClassName
{
background-color: #1A8230;
}
.BgClassName
{
background-color: #1A8230;
}
</style>
border-color css
<style>
span { border-color: #1A8230; }
span { border-color: rgb(26,130,48); }
td.TdClassName
{
border-color: #1A8230;
}
.TagClassName
{
border-color: #1A8230;
}
</style>