Shades of Forest Green #1A842F
Tints of Forest Green #1A842F
RGB
CMYK
RGB Variations
Color information
#1A842F (or 0x1A842F) is known color: Forest Green. HEX triplet: 1A, 84 and 2F. RGB value is (26,132,47). Sum of RGB (Red+Green+Blue) = 26+132+47=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #1A842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A842F is #E57BD0. Grayscale: #5A5A5A. Windows color (decimal): -15039441 or 3114010. OLE color: 3114010.
HSL color Cylindrical-coordinate representation of color #1A842F: hue angle of 131.89º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A842F is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 47 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.48 |
| HSL | 131.89º | 0.67% | 0.31% | - |
| HSV(B) | 131.89º | 0.8% | 0.52% | - |
| XYZ | 9.19 | 16.93 | 5.47 | - |
| YUV | 90.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 47 | 0.80 | 0 | 0.64 | 0.48 | 131.89 | 0.67 | 0.31 |
| Hex | 1A | 84 | 2F | 50 | 0 | 40 | 30 | 84 | 43 | 1F |
| Octal | 32 | 204 | 57 | 120 | 0 | 100 | 60 | 204 | 103 | 37 |
| Binary | 11010 | 10000100 | 101111 | 1010000 | 0 | 1000000 | 110000 | 10000100 | 1000011 | 11111 |
Color Harmonies of #1A842F
Complementary color
Monochromatic Colors of #1A842F
Black with #1A842F
Text Example
Text Example
White with #1A842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A842F; }
p { color: rgb(26,132,47); }
H1.HeaderClassName
{
color: #1A842F;
}
.AnyTagClassName
{
color: #1A842F;
}
</style>
background-color css
<style>
a { background-color: #1A842F; }
a { background-color: rgb(26,132,47); }
div.DivClassName
{
background-color: #1A842F;
}
.BgClassName
{
background-color: #1A842F;
}
</style>
border-color css
<style>
span { border-color: #1A842F; }
span { border-color: rgb(26,132,47); }
td.TdClassName
{
border-color: #1A842F;
}
.TagClassName
{
border-color: #1A842F;
}
</style>