Shades of Forest Green #138429
Tints of Forest Green #138429
RGB
CMYK
RGB Variations
Color information
#138429 (or 0x138429) is known color: Forest Green. HEX triplet: 13, 84 and 29. RGB value is (19,132,41). Sum of RGB (Red+Green+Blue) = 19+132+41=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #138429 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138429 is #EC7BD6. Grayscale: #585858. Windows color (decimal): -15498199 or 2720787. OLE color: 2720787.
HSL color Cylindrical-coordinate representation of color #138429: hue angle of 131.68º 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 #138429 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 41 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.48 |
| HSL | 131.68º | 0.75% | 0.3% | - |
| HSV(B) | 131.68º | 0.86% | 0.52% | - |
| XYZ | 8.92 | 16.8 | 4.87 | - |
| YUV | 87.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 41 | 0.86 | 0 | 0.69 | 0.48 | 131.68 | 0.75 | 0.3 |
| Hex | 13 | 84 | 29 | 56 | 0 | 45 | 30 | 84 | 4B | 1E |
| Octal | 23 | 204 | 51 | 126 | 0 | 105 | 60 | 204 | 113 | 36 |
| Binary | 10011 | 10000100 | 101001 | 1010110 | 0 | 1000101 | 110000 | 10000100 | 1001011 | 11110 |
Color Harmonies of #138429
Complementary color
Monochromatic Colors of #138429
Black with #138429
Text Example
Text Example
White with #138429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138429; }
p { color: rgb(19,132,41); }
H1.HeaderClassName
{
color: #138429;
}
.AnyTagClassName
{
color: #138429;
}
</style>
background-color css
<style>
a { background-color: #138429; }
a { background-color: rgb(19,132,41); }
div.DivClassName
{
background-color: #138429;
}
.BgClassName
{
background-color: #138429;
}
</style>
border-color css
<style>
span { border-color: #138429; }
span { border-color: rgb(19,132,41); }
td.TdClassName
{
border-color: #138429;
}
.TagClassName
{
border-color: #138429;
}
</style>