Shades of Forest Green #138C24
Tints of Forest Green #138C24
RGB
CMYK
RGB Variations
Color information
#138C24 (or 0x138C24) is known color: Forest Green. HEX triplet: 13, 8C and 24. RGB value is (19,140,36). Sum of RGB (Red+Green+Blue) = 19+140+36=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #138C24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C24 is #EC73DB. Grayscale: #5C5C5C. Windows color (decimal): -15496156 or 2395155. OLE color: 2395155.
HSL color Cylindrical-coordinate representation of color #138C24: hue angle of 128.43º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C24 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 36 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.45 |
| HSL | 128.43º | 0.76% | 0.31% | - |
| HSV(B) | 128.43º | 0.86% | 0.55% | - |
| XYZ | 9.97 | 19.02 | 4.82 | - |
| YUV | 91.97 | 96.41 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 36 | 0.86 | 0 | 0.74 | 0.45 | 128.43 | 0.76 | 0.31 |
| Hex | 13 | 8C | 24 | 56 | 0 | 4A | 2D | 80 | 4C | 1F |
| Octal | 23 | 214 | 44 | 126 | 0 | 112 | 55 | 200 | 114 | 37 |
| Binary | 10011 | 10001100 | 100100 | 1010110 | 0 | 1001010 | 101101 | 10000000 | 1001100 | 11111 |
Color Harmonies of #138C24
Complementary color
Monochromatic Colors of #138C24
Black with #138C24
Text Example
Text Example
White with #138C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C24; }
p { color: rgb(19,140,36); }
H1.HeaderClassName
{
color: #138C24;
}
.AnyTagClassName
{
color: #138C24;
}
</style>
background-color css
<style>
a { background-color: #138C24; }
a { background-color: rgb(19,140,36); }
div.DivClassName
{
background-color: #138C24;
}
.BgClassName
{
background-color: #138C24;
}
</style>
border-color css
<style>
span { border-color: #138C24; }
span { border-color: rgb(19,140,36); }
td.TdClassName
{
border-color: #138C24;
}
.TagClassName
{
border-color: #138C24;
}
</style>