Shades of Forest Green #12821F
Tints of Forest Green #12821F
RGB
CMYK
RGB Variations
Color information
#12821F (or 0x12821F) is known color: Forest Green. HEX triplet: 12, 82 and 1F. RGB value is (18,130,31). Sum of RGB (Red+Green+Blue) = 18+130+31=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #12821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12821F is #ED7DE0. Grayscale: #555555. Windows color (decimal): -15564257 or 2064914. OLE color: 2064914.
HSL color Cylindrical-coordinate representation of color #12821F: hue angle of 126.96º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12821F is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 31 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.49 |
| HSL | 126.96º | 0.76% | 0.29% | - |
| HSV(B) | 126.96º | 0.86% | 0.51% | - |
| XYZ | 8.48 | 16.19 | 3.97 | - |
| YUV | 85.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 31 | 0.86 | 0 | 0.76 | 0.49 | 126.96 | 0.76 | 0.29 |
| Hex | 12 | 82 | 1F | 56 | 0 | 4C | 31 | 7F | 4C | 1D |
| Octal | 22 | 202 | 37 | 126 | 0 | 114 | 61 | 177 | 114 | 35 |
| Binary | 10010 | 10000010 | 11111 | 1010110 | 0 | 1001100 | 110001 | 1111111 | 1001100 | 11101 |
Color Harmonies of #12821F
Complementary color
Monochromatic Colors of #12821F
Black with #12821F
Text Example
Text Example
White with #12821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12821F; }
p { color: rgb(18,130,31); }
H1.HeaderClassName
{
color: #12821F;
}
.AnyTagClassName
{
color: #12821F;
}
</style>
background-color css
<style>
a { background-color: #12821F; }
a { background-color: rgb(18,130,31); }
div.DivClassName
{
background-color: #12821F;
}
.BgClassName
{
background-color: #12821F;
}
</style>
border-color css
<style>
span { border-color: #12821F; }
span { border-color: rgb(18,130,31); }
td.TdClassName
{
border-color: #12821F;
}
.TagClassName
{
border-color: #12821F;
}
</style>