Shades of Forest Green #138528
Tints of Forest Green #138528
RGB
CMYK
RGB Variations
Color information
#138528 (or 0x138528) is known color: Forest Green. HEX triplet: 13, 85 and 28. RGB value is (19,133,40). Sum of RGB (Red+Green+Blue) = 19+133+40=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #138528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138528 is #EC7AD7. Grayscale: #585858. Windows color (decimal): -15497944 or 2655507. OLE color: 2655507.
HSL color Cylindrical-coordinate representation of color #138528: hue angle of 131.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138528 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 40 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.48 |
| HSL | 131.05º | 0.75% | 0.3% | - |
| HSV(B) | 131.05º | 0.86% | 0.52% | - |
| XYZ | 9.04 | 17.07 | 4.83 | - |
| YUV | 88.31 | 100.73 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 40 | 0.86 | 0 | 0.70 | 0.48 | 131.05 | 0.75 | 0.3 |
| Hex | 13 | 85 | 28 | 56 | 0 | 46 | 30 | 83 | 4B | 1E |
| Octal | 23 | 205 | 50 | 126 | 0 | 106 | 60 | 203 | 113 | 36 |
| Binary | 10011 | 10000101 | 101000 | 1010110 | 0 | 1000110 | 110000 | 10000011 | 1001011 | 11110 |
Color Harmonies of #138528
Complementary color
Monochromatic Colors of #138528
Black with #138528
Text Example
Text Example
White with #138528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138528; }
p { color: rgb(19,133,40); }
H1.HeaderClassName
{
color: #138528;
}
.AnyTagClassName
{
color: #138528;
}
</style>
background-color css
<style>
a { background-color: #138528; }
a { background-color: rgb(19,133,40); }
div.DivClassName
{
background-color: #138528;
}
.BgClassName
{
background-color: #138528;
}
</style>
border-color css
<style>
span { border-color: #138528; }
span { border-color: rgb(19,133,40); }
td.TdClassName
{
border-color: #138528;
}
.TagClassName
{
border-color: #138528;
}
</style>