Shades of Forest Green #138C21
Tints of Forest Green #138C21
RGB
CMYK
RGB Variations
Color information
#138C21 (or 0x138C21) is known color: Forest Green. HEX triplet: 13, 8C and 21. RGB value is (19,140,33). Sum of RGB (Red+Green+Blue) = 19+140+33=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 140 (55.08% from 255 or 72.92% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 140 - color contains mainly: green. Hex color #138C21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C21 is #EC73DE. Grayscale: #5B5B5B. Windows color (decimal): -15496159 or 2198547. OLE color: 2198547.
HSL color Cylindrical-coordinate representation of color #138C21: hue angle of 126.94º 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 #138C21 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 33 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.45 |
| HSL | 126.94º | 0.76% | 0.31% | - |
| HSV(B) | 126.94º | 0.86% | 0.55% | - |
| XYZ | 9.92 | 19 | 4.58 | - |
| YUV | 91.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 33 | 0.86 | 0 | 0.76 | 0.45 | 126.94 | 0.76 | 0.31 |
| Hex | 13 | 8C | 21 | 56 | 0 | 4C | 2D | 7F | 4C | 1F |
| Octal | 23 | 214 | 41 | 126 | 0 | 114 | 55 | 177 | 114 | 37 |
| Binary | 10011 | 10001100 | 100001 | 1010110 | 0 | 1001100 | 101101 | 1111111 | 1001100 | 11111 |
Color Harmonies of #138C21
Complementary color
Monochromatic Colors of #138C21
Black with #138C21
Text Example
Text Example
White with #138C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C21; }
p { color: rgb(19,140,33); }
H1.HeaderClassName
{
color: #138C21;
}
.AnyTagClassName
{
color: #138C21;
}
</style>
background-color css
<style>
a { background-color: #138C21; }
a { background-color: rgb(19,140,33); }
div.DivClassName
{
background-color: #138C21;
}
.BgClassName
{
background-color: #138C21;
}
</style>
border-color css
<style>
span { border-color: #138C21; }
span { border-color: rgb(19,140,33); }
td.TdClassName
{
border-color: #138C21;
}
.TagClassName
{
border-color: #138C21;
}
</style>