Shades of Forest Green #138A1A
Tints of Forest Green #138A1A
RGB
CMYK
RGB Variations
Color information
#138A1A (or 0x138A1A) is known color: Forest Green. HEX triplet: 13, 8A and 1A. RGB value is (19,138,26). Sum of RGB (Red+Green+Blue) = 19+138+26=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 138 (54.30% from 255 or 75.41% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 138 - color contains mainly: green. Hex color #138A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A1A is #EC75E5. Grayscale: #595959. Windows color (decimal): -15496678 or 1739283. OLE color: 1739283.
HSL color Cylindrical-coordinate representation of color #138A1A: hue angle of 123.53º 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 #138A1A is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 26 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.46 |
| HSL | 123.53º | 0.76% | 0.31% | - |
| HSV(B) | 123.53º | 0.86% | 0.54% | - |
| XYZ | 9.54 | 18.39 | 4.02 | - |
| YUV | 89.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 26 | 0.86 | 0 | 0.81 | 0.46 | 123.53 | 0.76 | 0.31 |
| Hex | 13 | 8A | 1A | 56 | 0 | 51 | 2E | 7C | 4C | 1F |
| Octal | 23 | 212 | 32 | 126 | 0 | 121 | 56 | 174 | 114 | 37 |
| Binary | 10011 | 10001010 | 11010 | 1010110 | 0 | 1010001 | 101110 | 1111100 | 1001100 | 11111 |
Color Harmonies of #138A1A
Complementary color
Monochromatic Colors of #138A1A
Black with #138A1A
Text Example
Text Example
White with #138A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A1A; }
p { color: rgb(19,138,26); }
H1.HeaderClassName
{
color: #138A1A;
}
.AnyTagClassName
{
color: #138A1A;
}
</style>
background-color css
<style>
a { background-color: #138A1A; }
a { background-color: rgb(19,138,26); }
div.DivClassName
{
background-color: #138A1A;
}
.BgClassName
{
background-color: #138A1A;
}
</style>
border-color css
<style>
span { border-color: #138A1A; }
span { border-color: rgb(19,138,26); }
td.TdClassName
{
border-color: #138A1A;
}
.TagClassName
{
border-color: #138A1A;
}
</style>