Shades of Forest Green #138A1B
Tints of Forest Green #138A1B
RGB
CMYK
RGB Variations
Color information
#138A1B (or 0x138A1B) is known color: Forest Green. HEX triplet: 13, 8A and 1B. RGB value is (19,138,27). Sum of RGB (Red+Green+Blue) = 19+138+27=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 138 (54.30% from 255 or 75% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 138 - color contains mainly: green. Hex color #138A1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A1B is #EC75E4. Grayscale: #5A5A5A. Windows color (decimal): -15496677 or 1804819. OLE color: 1804819.
HSL color Cylindrical-coordinate representation of color #138A1B: hue angle of 124.03º 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 #138A1B is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 27 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.46 |
| HSL | 124.03º | 0.76% | 0.31% | - |
| HSV(B) | 124.03º | 0.86% | 0.54% | - |
| XYZ | 9.55 | 18.39 | 4.08 | - |
| YUV | 89.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 27 | 0.86 | 0 | 0.80 | 0.46 | 124.03 | 0.76 | 0.31 |
| Hex | 13 | 8A | 1B | 56 | 0 | 50 | 2E | 7C | 4C | 1F |
| Octal | 23 | 212 | 33 | 126 | 0 | 120 | 56 | 174 | 114 | 37 |
| Binary | 10011 | 10001010 | 11011 | 1010110 | 0 | 1010000 | 101110 | 1111100 | 1001100 | 11111 |
Color Harmonies of #138A1B
Complementary color
Monochromatic Colors of #138A1B
Black with #138A1B
Text Example
Text Example
White with #138A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A1B; }
p { color: rgb(19,138,27); }
H1.HeaderClassName
{
color: #138A1B;
}
.AnyTagClassName
{
color: #138A1B;
}
</style>
background-color css
<style>
a { background-color: #138A1B; }
a { background-color: rgb(19,138,27); }
div.DivClassName
{
background-color: #138A1B;
}
.BgClassName
{
background-color: #138A1B;
}
</style>
border-color css
<style>
span { border-color: #138A1B; }
span { border-color: rgb(19,138,27); }
td.TdClassName
{
border-color: #138A1B;
}
.TagClassName
{
border-color: #138A1B;
}
</style>