Shades of Forest Green #138224
Tints of Forest Green #138224
RGB
CMYK
RGB Variations
Color information
#138224 (or 0x138224) is known color: Forest Green. HEX triplet: 13, 82 and 24. RGB value is (19,130,36). Sum of RGB (Red+Green+Blue) = 19+130+36=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #138224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138224 is #EC7DDB. Grayscale: #565656. Windows color (decimal): -15498716 or 2392595. OLE color: 2392595.
HSL color Cylindrical-coordinate representation of color #138224: hue angle of 129.19º 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 #138224 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 36 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.49 |
| HSL | 129.19º | 0.74% | 0.29% | - |
| HSV(B) | 129.19º | 0.85% | 0.51% | - |
| XYZ | 8.57 | 16.23 | 4.35 | - |
| YUV | 86.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 36 | 0.85 | 0 | 0.72 | 0.49 | 129.19 | 0.74 | 0.29 |
| Hex | 13 | 82 | 24 | 55 | 0 | 48 | 31 | 81 | 4A | 1D |
| Octal | 23 | 202 | 44 | 125 | 0 | 110 | 61 | 201 | 112 | 35 |
| Binary | 10011 | 10000010 | 100100 | 1010101 | 0 | 1001000 | 110001 | 10000001 | 1001010 | 11101 |
Color Harmonies of #138224
Complementary color
Monochromatic Colors of #138224
Black with #138224
Text Example
Text Example
White with #138224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138224; }
p { color: rgb(19,130,36); }
H1.HeaderClassName
{
color: #138224;
}
.AnyTagClassName
{
color: #138224;
}
</style>
background-color css
<style>
a { background-color: #138224; }
a { background-color: rgb(19,130,36); }
div.DivClassName
{
background-color: #138224;
}
.BgClassName
{
background-color: #138224;
}
</style>
border-color css
<style>
span { border-color: #138224; }
span { border-color: rgb(19,130,36); }
td.TdClassName
{
border-color: #138224;
}
.TagClassName
{
border-color: #138224;
}
</style>