Shades of Forest Green #138A30
Tints of Forest Green #138A30
RGB
CMYK
RGB Variations
Color information
#138A30 (or 0x138A30) is known color: Forest Green. HEX triplet: 13, 8A and 30. RGB value is (19,138,48). Sum of RGB (Red+Green+Blue) = 19+138+48=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #138A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A30 is #EC75CF. Grayscale: #5C5C5C. Windows color (decimal): -15496656 or 3181075. OLE color: 3181075.
HSL color Cylindrical-coordinate representation of color #138A30: hue angle of 134.62º 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 #138A30 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 48 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.46 |
| HSL | 134.62º | 0.76% | 0.31% | - |
| HSV(B) | 134.62º | 0.86% | 0.54% | - |
| XYZ | 9.89 | 18.53 | 5.85 | - |
| YUV | 92.16 | 103.08 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 48 | 0.86 | 0 | 0.65 | 0.46 | 134.62 | 0.76 | 0.31 |
| Hex | 13 | 8A | 30 | 56 | 0 | 41 | 2E | 87 | 4C | 1F |
| Octal | 23 | 212 | 60 | 126 | 0 | 101 | 56 | 207 | 114 | 37 |
| Binary | 10011 | 10001010 | 110000 | 1010110 | 0 | 1000001 | 101110 | 10000111 | 1001100 | 11111 |
Color Harmonies of #138A30
Complementary color
Monochromatic Colors of #138A30
Black with #138A30
Text Example
Text Example
White with #138A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A30; }
p { color: rgb(19,138,48); }
H1.HeaderClassName
{
color: #138A30;
}
.AnyTagClassName
{
color: #138A30;
}
</style>
background-color css
<style>
a { background-color: #138A30; }
a { background-color: rgb(19,138,48); }
div.DivClassName
{
background-color: #138A30;
}
.BgClassName
{
background-color: #138A30;
}
</style>
border-color css
<style>
span { border-color: #138A30; }
span { border-color: rgb(19,138,48); }
td.TdClassName
{
border-color: #138A30;
}
.TagClassName
{
border-color: #138A30;
}
</style>