Shades of Forest Green #138A2D
Tints of Forest Green #138A2D
RGB
CMYK
RGB Variations
Color information
#138A2D (or 0x138A2D) is known color: Forest Green. HEX triplet: 13, 8A and 2D. RGB value is (19,138,45). Sum of RGB (Red+Green+Blue) = 19+138+45=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #138A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A2D is #EC75D2. Grayscale: #5C5C5C. Windows color (decimal): -15496659 or 2984467. OLE color: 2984467.
HSL color Cylindrical-coordinate representation of color #138A2D: hue angle of 133.11º 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 #138A2D is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 45 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.46 |
| HSL | 133.11º | 0.76% | 0.31% | - |
| HSV(B) | 133.11º | 0.86% | 0.54% | - |
| XYZ | 9.83 | 18.5 | 5.54 | - |
| YUV | 91.82 | 101.58 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 45 | 0.86 | 0 | 0.67 | 0.46 | 133.11 | 0.76 | 0.31 |
| Hex | 13 | 8A | 2D | 56 | 0 | 43 | 2E | 85 | 4C | 1F |
| Octal | 23 | 212 | 55 | 126 | 0 | 103 | 56 | 205 | 114 | 37 |
| Binary | 10011 | 10001010 | 101101 | 1010110 | 0 | 1000011 | 101110 | 10000101 | 1001100 | 11111 |
Color Harmonies of #138A2D
Complementary color
Monochromatic Colors of #138A2D
Black with #138A2D
Text Example
Text Example
White with #138A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A2D; }
p { color: rgb(19,138,45); }
H1.HeaderClassName
{
color: #138A2D;
}
.AnyTagClassName
{
color: #138A2D;
}
</style>
background-color css
<style>
a { background-color: #138A2D; }
a { background-color: rgb(19,138,45); }
div.DivClassName
{
background-color: #138A2D;
}
.BgClassName
{
background-color: #138A2D;
}
</style>
border-color css
<style>
span { border-color: #138A2D; }
span { border-color: rgb(19,138,45); }
td.TdClassName
{
border-color: #138A2D;
}
.TagClassName
{
border-color: #138A2D;
}
</style>