Shades of Forest Green #138A2F
Tints of Forest Green #138A2F
RGB
CMYK
RGB Variations
Color information
#138A2F (or 0x138A2F) is known color: Forest Green. HEX triplet: 13, 8A and 2F. RGB value is (19,138,47). Sum of RGB (Red+Green+Blue) = 19+138+47=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #138A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A2F is #EC75D0. Grayscale: #5C5C5C. Windows color (decimal): -15496657 or 3115539. OLE color: 3115539.
HSL color Cylindrical-coordinate representation of color #138A2F: hue angle of 134.12º 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 #138A2F is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 47 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.46 |
| HSL | 134.12º | 0.76% | 0.31% | - |
| HSV(B) | 134.12º | 0.86% | 0.54% | - |
| XYZ | 9.87 | 18.52 | 5.74 | - |
| YUV | 92.05 | 102.58 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 47 | 0.86 | 0 | 0.66 | 0.46 | 134.12 | 0.76 | 0.31 |
| Hex | 13 | 8A | 2F | 56 | 0 | 42 | 2E | 86 | 4C | 1F |
| Octal | 23 | 212 | 57 | 126 | 0 | 102 | 56 | 206 | 114 | 37 |
| Binary | 10011 | 10001010 | 101111 | 1010110 | 0 | 1000010 | 101110 | 10000110 | 1001100 | 11111 |
Color Harmonies of #138A2F
Complementary color
Monochromatic Colors of #138A2F
Black with #138A2F
Text Example
Text Example
White with #138A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A2F; }
p { color: rgb(19,138,47); }
H1.HeaderClassName
{
color: #138A2F;
}
.AnyTagClassName
{
color: #138A2F;
}
</style>
background-color css
<style>
a { background-color: #138A2F; }
a { background-color: rgb(19,138,47); }
div.DivClassName
{
background-color: #138A2F;
}
.BgClassName
{
background-color: #138A2F;
}
</style>
border-color css
<style>
span { border-color: #138A2F; }
span { border-color: rgb(19,138,47); }
td.TdClassName
{
border-color: #138A2F;
}
.TagClassName
{
border-color: #138A2F;
}
</style>