Shades of Forest Green #138122
Tints of Forest Green #138122
RGB
CMYK
RGB Variations
Color information
#138122 (or 0x138122) is known color: Forest Green. HEX triplet: 13, 81 and 22. RGB value is (19,129,34). Sum of RGB (Red+Green+Blue) = 19+129+34=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 129 (50.78% from 255 or 70.88% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 129 - color contains mainly: green. Hex color #138122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138122 is #EC7EDD. Grayscale: #555555. Windows color (decimal): -15498974 or 2261267. OLE color: 2261267.
HSL color Cylindrical-coordinate representation of color #138122: hue angle of 128.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138122 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 34 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.49 |
| HSL | 128.18º | 0.74% | 0.29% | - |
| HSV(B) | 128.18º | 0.85% | 0.51% | - |
| XYZ | 8.41 | 15.95 | 4.15 | - |
| YUV | 85.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 34 | 0.85 | 0 | 0.74 | 0.49 | 128.18 | 0.74 | 0.29 |
| Hex | 13 | 81 | 22 | 55 | 0 | 4A | 31 | 80 | 4A | 1D |
| Octal | 23 | 201 | 42 | 125 | 0 | 112 | 61 | 200 | 112 | 35 |
| Binary | 10011 | 10000001 | 100010 | 1010101 | 0 | 1001010 | 110001 | 10000000 | 1001010 | 11101 |
Color Harmonies of #138122
Complementary color
Monochromatic Colors of #138122
Black with #138122
Text Example
Text Example
White with #138122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138122; }
p { color: rgb(19,129,34); }
H1.HeaderClassName
{
color: #138122;
}
.AnyTagClassName
{
color: #138122;
}
</style>
background-color css
<style>
a { background-color: #138122; }
a { background-color: rgb(19,129,34); }
div.DivClassName
{
background-color: #138122;
}
.BgClassName
{
background-color: #138122;
}
</style>
border-color css
<style>
span { border-color: #138122; }
span { border-color: rgb(19,129,34); }
td.TdClassName
{
border-color: #138122;
}
.TagClassName
{
border-color: #138122;
}
</style>