Shades of Forest Green #138A32
Tints of Forest Green #138A32
RGB
CMYK
RGB Variations
Color information
#138A32 (or 0x138A32) is known color: Forest Green. HEX triplet: 13, 8A and 32. RGB value is (19,138,50). Sum of RGB (Red+Green+Blue) = 19+138+50=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #138A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A32 is #EC75CD. Grayscale: #5C5C5C. Windows color (decimal): -15496654 or 3312147. OLE color: 3312147.
HSL color Cylindrical-coordinate representation of color #138A32: hue angle of 135.63º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A32 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 50 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.46 |
| HSL | 135.63º | 0.76% | 0.31% | - |
| HSV(B) | 135.63º | 0.86% | 0.54% | - |
| XYZ | 9.93 | 18.55 | 6.07 | - |
| YUV | 92.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 50 | 0.86 | 0 | 0.64 | 0.46 | 135.63 | 0.76 | 0.31 |
| Hex | 13 | 8A | 32 | 56 | 0 | 40 | 2E | 88 | 4C | 1F |
| Octal | 23 | 212 | 62 | 126 | 0 | 100 | 56 | 210 | 114 | 37 |
| Binary | 10011 | 10001010 | 110010 | 1010110 | 0 | 1000000 | 101110 | 10001000 | 1001100 | 11111 |
Color Harmonies of #138A32
Complementary color
Monochromatic Colors of #138A32
Black with #138A32
Text Example
Text Example
White with #138A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A32; }
p { color: rgb(19,138,50); }
H1.HeaderClassName
{
color: #138A32;
}
.AnyTagClassName
{
color: #138A32;
}
</style>
background-color css
<style>
a { background-color: #138A32; }
a { background-color: rgb(19,138,50); }
div.DivClassName
{
background-color: #138A32;
}
.BgClassName
{
background-color: #138A32;
}
</style>
border-color css
<style>
span { border-color: #138A32; }
span { border-color: rgb(19,138,50); }
td.TdClassName
{
border-color: #138A32;
}
.TagClassName
{
border-color: #138A32;
}
</style>