Shades of Forest Green #138732
Tints of Forest Green #138732
RGB
CMYK
RGB Variations
Color information
#138732 (or 0x138732) is known color: Forest Green. HEX triplet: 13, 87 and 32. RGB value is (19,135,50). Sum of RGB (Red+Green+Blue) = 19+135+50=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 135 (53.12% from 255 or 66.18% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 135 - color contains mainly: green. Hex color #138732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138732 is #EC78CD. Grayscale: #5A5A5A. Windows color (decimal): -15497422 or 3311379. OLE color: 3311379.
HSL color Cylindrical-coordinate representation of color #138732: hue angle of 136.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138732 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 50 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.47 |
| HSL | 136.03º | 0.75% | 0.3% | - |
| HSV(B) | 136.03º | 0.86% | 0.53% | - |
| XYZ | 9.51 | 17.7 | 5.93 | - |
| YUV | 90.63 | 105.07 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 50 | 0.86 | 0 | 0.63 | 0.47 | 136.03 | 0.75 | 0.3 |
| Hex | 13 | 87 | 32 | 56 | 0 | 3F | 2F | 88 | 4B | 1E |
| Octal | 23 | 207 | 62 | 126 | 0 | 77 | 57 | 210 | 113 | 36 |
| Binary | 10011 | 10000111 | 110010 | 1010110 | 0 | 111111 | 101111 | 10001000 | 1001011 | 11110 |
Color Harmonies of #138732
Complementary color
Monochromatic Colors of #138732
Black with #138732
Text Example
Text Example
White with #138732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138732; }
p { color: rgb(19,135,50); }
H1.HeaderClassName
{
color: #138732;
}
.AnyTagClassName
{
color: #138732;
}
</style>
background-color css
<style>
a { background-color: #138732; }
a { background-color: rgb(19,135,50); }
div.DivClassName
{
background-color: #138732;
}
.BgClassName
{
background-color: #138732;
}
</style>
border-color css
<style>
span { border-color: #138732; }
span { border-color: rgb(19,135,50); }
td.TdClassName
{
border-color: #138732;
}
.TagClassName
{
border-color: #138732;
}
</style>