Shades of Forest Green #12831B
Tints of Forest Green #12831B
RGB
CMYK
RGB Variations
Color information
#12831B (or 0x12831B) is known color: Forest Green. HEX triplet: 12, 83 and 1B. RGB value is (18,131,27). Sum of RGB (Red+Green+Blue) = 18+131+27=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 131 (51.56% from 255 or 74.43% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 131 - color contains mainly: green. Hex color #12831B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12831B is #ED7CE4. Grayscale: #555555. Windows color (decimal): -15564005 or 1803026. OLE color: 1803026.
HSL color Cylindrical-coordinate representation of color #12831B: hue angle of 124.78º 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 #12831B is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 27 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.49 |
| HSL | 124.78º | 0.76% | 0.29% | - |
| HSV(B) | 124.78º | 0.86% | 0.51% | - |
| XYZ | 8.56 | 16.44 | 3.76 | - |
| YUV | 85.36 | 95.06 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 27 | 0.86 | 0 | 0.79 | 0.49 | 124.78 | 0.76 | 0.29 |
| Hex | 12 | 83 | 1B | 56 | 0 | 4F | 31 | 7D | 4C | 1D |
| Octal | 22 | 203 | 33 | 126 | 0 | 117 | 61 | 175 | 114 | 35 |
| Binary | 10010 | 10000011 | 11011 | 1010110 | 0 | 1001111 | 110001 | 1111101 | 1001100 | 11101 |
Color Harmonies of #12831B
Complementary color
Monochromatic Colors of #12831B
Black with #12831B
Text Example
Text Example
White with #12831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12831B; }
p { color: rgb(18,131,27); }
H1.HeaderClassName
{
color: #12831B;
}
.AnyTagClassName
{
color: #12831B;
}
</style>
background-color css
<style>
a { background-color: #12831B; }
a { background-color: rgb(18,131,27); }
div.DivClassName
{
background-color: #12831B;
}
.BgClassName
{
background-color: #12831B;
}
</style>
border-color css
<style>
span { border-color: #12831B; }
span { border-color: rgb(18,131,27); }
td.TdClassName
{
border-color: #12831B;
}
.TagClassName
{
border-color: #12831B;
}
</style>