Shades of Forest Green #12721B
Tints of Forest Green #12721B
RGB
CMYK
RGB Variations
Color information
#12721B (or 0x12721B) is known color: Forest Green. HEX triplet: 12, 72 and 1B. RGB value is (18,114,27). Sum of RGB (Red+Green+Blue) = 18+114+27=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 114 (44.92% from 255 or 71.70% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 114 - color contains mainly: green. Hex color #12721B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12721B is #ED8DE4. Grayscale: #4B4B4B. Windows color (decimal): -15568357 or 1798674. OLE color: 1798674.
HSL color Cylindrical-coordinate representation of color #12721B: hue angle of 125.62º 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 #12721B is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 27 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.55 |
| HSL | 125.63º | 0.73% | 0.26% | - |
| HSV(B) | 125.63º | 0.84% | 0.45% | - |
| XYZ | 6.46 | 12.24 | 3.06 | - |
| YUV | 75.38 | 100.7 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 27 | 0.84 | 0 | 0.76 | 0.55 | 125.63 | 0.73 | 0.26 |
| Hex | 12 | 72 | 1B | 54 | 0 | 4C | 37 | 7E | 49 | 1A |
| Octal | 22 | 162 | 33 | 124 | 0 | 114 | 67 | 176 | 111 | 32 |
| Binary | 10010 | 1110010 | 11011 | 1010100 | 0 | 1001100 | 110111 | 1111110 | 1001001 | 11010 |
Color Harmonies of #12721B
Complementary color
Monochromatic Colors of #12721B
Black with #12721B
Text Example
Text Example
White with #12721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12721B; }
p { color: rgb(18,114,27); }
H1.HeaderClassName
{
color: #12721B;
}
.AnyTagClassName
{
color: #12721B;
}
</style>
background-color css
<style>
a { background-color: #12721B; }
a { background-color: rgb(18,114,27); }
div.DivClassName
{
background-color: #12721B;
}
.BgClassName
{
background-color: #12721B;
}
</style>
border-color css
<style>
span { border-color: #12721B; }
span { border-color: rgb(18,114,27); }
td.TdClassName
{
border-color: #12721B;
}
.TagClassName
{
border-color: #12721B;
}
</style>