Shades of Forest Green #138025
Tints of Forest Green #138025
RGB
CMYK
RGB Variations
Color information
#138025 (or 0x138025) is known color: Forest Green. HEX triplet: 13, 80 and 25. RGB value is (19,128,37). Sum of RGB (Red+Green+Blue) = 19+128+37=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 128 (50.39% from 255 or 69.57% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 128 - color contains mainly: green. Hex color #138025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138025 is #EC7FDA. Grayscale: #555555. Windows color (decimal): -15499227 or 2457619. OLE color: 2457619.
HSL color Cylindrical-coordinate representation of color #138025: hue angle of 129.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138025 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 37 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.50 |
| HSL | 129.91º | 0.74% | 0.29% | - |
| HSV(B) | 129.91º | 0.85% | 0.5% | - |
| XYZ | 8.32 | 15.71 | 4.34 | - |
| YUV | 85.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 37 | 0.85 | 0 | 0.71 | 0.50 | 129.91 | 0.74 | 0.29 |
| Hex | 13 | 80 | 25 | 55 | 0 | 47 | 32 | 82 | 4A | 1D |
| Octal | 23 | 200 | 45 | 125 | 0 | 107 | 62 | 202 | 112 | 35 |
| Binary | 10011 | 10000000 | 100101 | 1010101 | 0 | 1000111 | 110010 | 10000010 | 1001010 | 11101 |
Color Harmonies of #138025
Complementary color
Monochromatic Colors of #138025
Black with #138025
Text Example
Text Example
White with #138025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138025; }
p { color: rgb(19,128,37); }
H1.HeaderClassName
{
color: #138025;
}
.AnyTagClassName
{
color: #138025;
}
</style>
background-color css
<style>
a { background-color: #138025; }
a { background-color: rgb(19,128,37); }
div.DivClassName
{
background-color: #138025;
}
.BgClassName
{
background-color: #138025;
}
</style>
border-color css
<style>
span { border-color: #138025; }
span { border-color: rgb(19,128,37); }
td.TdClassName
{
border-color: #138025;
}
.TagClassName
{
border-color: #138025;
}
</style>