Shades of Forest Green #138829
Tints of Forest Green #138829
RGB
CMYK
RGB Variations
Color information
#138829 (or 0x138829) is known color: Forest Green. HEX triplet: 13, 88 and 29. RGB value is (19,136,41). Sum of RGB (Red+Green+Blue) = 19+136+41=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #138829 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138829 is #EC77D6. Grayscale: #5A5A5A. Windows color (decimal): -15497175 or 2721811. OLE color: 2721811.
HSL color Cylindrical-coordinate representation of color #138829: hue angle of 131.28º 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 #138829 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 41 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.47 |
| HSL | 131.28º | 0.75% | 0.3% | - |
| HSV(B) | 131.28º | 0.86% | 0.53% | - |
| XYZ | 9.47 | 17.91 | 5.05 | - |
| YUV | 90.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 41 | 0.86 | 0 | 0.70 | 0.47 | 131.28 | 0.75 | 0.3 |
| Hex | 13 | 88 | 29 | 56 | 0 | 46 | 2F | 83 | 4B | 1E |
| Octal | 23 | 210 | 51 | 126 | 0 | 106 | 57 | 203 | 113 | 36 |
| Binary | 10011 | 10001000 | 101001 | 1010110 | 0 | 1000110 | 101111 | 10000011 | 1001011 | 11110 |
Color Harmonies of #138829
Complementary color
Monochromatic Colors of #138829
Black with #138829
Text Example
Text Example
White with #138829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138829; }
p { color: rgb(19,136,41); }
H1.HeaderClassName
{
color: #138829;
}
.AnyTagClassName
{
color: #138829;
}
</style>
background-color css
<style>
a { background-color: #138829; }
a { background-color: rgb(19,136,41); }
div.DivClassName
{
background-color: #138829;
}
.BgClassName
{
background-color: #138829;
}
</style>
border-color css
<style>
span { border-color: #138829; }
span { border-color: rgb(19,136,41); }
td.TdClassName
{
border-color: #138829;
}
.TagClassName
{
border-color: #138829;
}
</style>