Shades of Forest Green #127318
Tints of Forest Green #127318
RGB
CMYK
RGB Variations
Color information
#127318 (or 0x127318) is known color: Forest Green. HEX triplet: 12, 73 and 18. RGB value is (18,115,24). Sum of RGB (Red+Green+Blue) = 18+115+24=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #127318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127318 is #ED8CE7. Grayscale: #4B4B4B. Windows color (decimal): -15568104 or 1602322. OLE color: 1602322.
HSL color Cylindrical-coordinate representation of color #127318: hue angle of 123.71º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127318 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 24 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.55 |
| HSL | 123.71º | 0.73% | 0.26% | - |
| HSV(B) | 123.71º | 0.84% | 0.45% | - |
| XYZ | 6.55 | 12.46 | 2.92 | - |
| YUV | 75.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 24 | 0.84 | 0 | 0.79 | 0.55 | 123.71 | 0.73 | 0.26 |
| Hex | 12 | 73 | 18 | 54 | 0 | 4F | 37 | 7C | 49 | 1A |
| Octal | 22 | 163 | 30 | 124 | 0 | 117 | 67 | 174 | 111 | 32 |
| Binary | 10010 | 1110011 | 11000 | 1010100 | 0 | 1001111 | 110111 | 1111100 | 1001001 | 11010 |
Color Harmonies of #127318
Complementary color
Monochromatic Colors of #127318
Black with #127318
Text Example
Text Example
White with #127318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127318; }
p { color: rgb(18,115,24); }
H1.HeaderClassName
{
color: #127318;
}
.AnyTagClassName
{
color: #127318;
}
</style>
background-color css
<style>
a { background-color: #127318; }
a { background-color: rgb(18,115,24); }
div.DivClassName
{
background-color: #127318;
}
.BgClassName
{
background-color: #127318;
}
</style>
border-color css
<style>
span { border-color: #127318; }
span { border-color: rgb(18,115,24); }
td.TdClassName
{
border-color: #127318;
}
.TagClassName
{
border-color: #127318;
}
</style>