Shades of Forest Green #127A1A
Tints of Forest Green #127A1A
RGB
CMYK
RGB Variations
Color information
#127A1A (or 0x127A1A) is known color: Forest Green. HEX triplet: 12, 7A and 1A. RGB value is (18,122,26). Sum of RGB (Red+Green+Blue) = 18+122+26=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 122 (48.05% from 255 or 73.49% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 122 - color contains mainly: green. Hex color #127A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A1A is #ED85E5. Grayscale: #505050. Windows color (decimal): -15566310 or 1735186. OLE color: 1735186.
HSL color Cylindrical-coordinate representation of color #127A1A: hue angle of 124.62º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A1A is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 26 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.52 |
| HSL | 124.62º | 0.74% | 0.27% | - |
| HSV(B) | 124.62º | 0.85% | 0.48% | - |
| XYZ | 7.4 | 14.12 | 3.31 | - |
| YUV | 79.96 | 97.54 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 26 | 0.85 | 0 | 0.79 | 0.52 | 124.62 | 0.74 | 0.27 |
| Hex | 12 | 7A | 1A | 55 | 0 | 4F | 34 | 7D | 4A | 1B |
| Octal | 22 | 172 | 32 | 125 | 0 | 117 | 64 | 175 | 112 | 33 |
| Binary | 10010 | 1111010 | 11010 | 1010101 | 0 | 1001111 | 110100 | 1111101 | 1001010 | 11011 |
Color Harmonies of #127A1A
Complementary color
Monochromatic Colors of #127A1A
Black with #127A1A
Text Example
Text Example
White with #127A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A1A; }
p { color: rgb(18,122,26); }
H1.HeaderClassName
{
color: #127A1A;
}
.AnyTagClassName
{
color: #127A1A;
}
</style>
background-color css
<style>
a { background-color: #127A1A; }
a { background-color: rgb(18,122,26); }
div.DivClassName
{
background-color: #127A1A;
}
.BgClassName
{
background-color: #127A1A;
}
</style>
border-color css
<style>
span { border-color: #127A1A; }
span { border-color: rgb(18,122,26); }
td.TdClassName
{
border-color: #127A1A;
}
.TagClassName
{
border-color: #127A1A;
}
</style>