Shades of Forest Green #138424
Tints of Forest Green #138424
RGB
CMYK
RGB Variations
Color information
#138424 (or 0x138424) is known color: Forest Green. HEX triplet: 13, 84 and 24. RGB value is (19,132,36). Sum of RGB (Red+Green+Blue) = 19+132+36=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 132 (51.95% from 255 or 70.59% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 132 - color contains mainly: green. Hex color #138424 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138424 is #EC7BDB. Grayscale: #575757. Windows color (decimal): -15498204 or 2393107. OLE color: 2393107.
HSL color Cylindrical-coordinate representation of color #138424: hue angle of 129.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138424 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 36 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.48 |
| HSL | 129.03º | 0.75% | 0.3% | - |
| HSV(B) | 129.03º | 0.86% | 0.52% | - |
| XYZ | 8.84 | 16.77 | 4.44 | - |
| YUV | 87.27 | 99.06 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 36 | 0.86 | 0 | 0.73 | 0.48 | 129.03 | 0.75 | 0.3 |
| Hex | 13 | 84 | 24 | 56 | 0 | 49 | 30 | 81 | 4B | 1E |
| Octal | 23 | 204 | 44 | 126 | 0 | 111 | 60 | 201 | 113 | 36 |
| Binary | 10011 | 10000100 | 100100 | 1010110 | 0 | 1001001 | 110000 | 10000001 | 1001011 | 11110 |
Color Harmonies of #138424
Complementary color
Monochromatic Colors of #138424
Black with #138424
Text Example
Text Example
White with #138424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138424; }
p { color: rgb(19,132,36); }
H1.HeaderClassName
{
color: #138424;
}
.AnyTagClassName
{
color: #138424;
}
</style>
background-color css
<style>
a { background-color: #138424; }
a { background-color: rgb(19,132,36); }
div.DivClassName
{
background-color: #138424;
}
.BgClassName
{
background-color: #138424;
}
</style>
border-color css
<style>
span { border-color: #138424; }
span { border-color: rgb(19,132,36); }
td.TdClassName
{
border-color: #138424;
}
.TagClassName
{
border-color: #138424;
}
</style>