Shades of Forest Green #138129
Tints of Forest Green #138129
RGB
CMYK
RGB Variations
Color information
#138129 (or 0x138129) is known color: Forest Green. HEX triplet: 13, 81 and 29. RGB value is (19,129,41). Sum of RGB (Red+Green+Blue) = 19+129+41=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 129 (50.78% from 255 or 68.25% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 129 - color contains mainly: green. Hex color #138129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138129 is #EC7ED6. Grayscale: #565656. Windows color (decimal): -15498967 or 2720019. OLE color: 2720019.
HSL color Cylindrical-coordinate representation of color #138129: hue angle of 132º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138129 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 41 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.49 |
| HSL | 132º | 0.74% | 0.29% | - |
| HSV(B) | 132º | 0.85% | 0.51% | - |
| XYZ | 8.52 | 16 | 4.74 | - |
| YUV | 86.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 41 | 0.85 | 0 | 0.68 | 0.49 | 132 | 0.74 | 0.29 |
| Hex | 13 | 81 | 29 | 55 | 0 | 44 | 31 | 84 | 4A | 1D |
| Octal | 23 | 201 | 51 | 125 | 0 | 104 | 61 | 204 | 112 | 35 |
| Binary | 10011 | 10000001 | 101001 | 1010101 | 0 | 1000100 | 110001 | 10000100 | 1001010 | 11101 |
Color Harmonies of #138129
Complementary color
Monochromatic Colors of #138129
Black with #138129
Text Example
Text Example
White with #138129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138129; }
p { color: rgb(19,129,41); }
H1.HeaderClassName
{
color: #138129;
}
.AnyTagClassName
{
color: #138129;
}
</style>
background-color css
<style>
a { background-color: #138129; }
a { background-color: rgb(19,129,41); }
div.DivClassName
{
background-color: #138129;
}
.BgClassName
{
background-color: #138129;
}
</style>
border-color css
<style>
span { border-color: #138129; }
span { border-color: rgb(19,129,41); }
td.TdClassName
{
border-color: #138129;
}
.TagClassName
{
border-color: #138129;
}
</style>