Shades of Forest Green #128A32
Tints of Forest Green #128A32
RGB
CMYK
RGB Variations
Color information
#128A32 (or 0x128A32) is known color: Forest Green. HEX triplet: 12, 8A and 32. RGB value is (18,138,50). Sum of RGB (Red+Green+Blue) = 18+138+50=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #128A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A32 is #ED75CD. Grayscale: #5C5C5C. Windows color (decimal): -15562190 or 3312146. OLE color: 3312146.
HSL color Cylindrical-coordinate representation of color #128A32: hue angle of 136º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128A32 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 138 | 50 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.46 |
| HSL | 136º | 0.77% | 0.31% | - |
| HSV(B) | 136º | 0.87% | 0.54% | - |
| XYZ | 9.91 | 18.54 | 6.07 | - |
| YUV | 92.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 50 | 0.87 | 0 | 0.64 | 0.46 | 136 | 0.77 | 0.31 |
| Hex | 12 | 8A | 32 | 57 | 0 | 40 | 2E | 88 | 4D | 1F |
| Octal | 22 | 212 | 62 | 127 | 0 | 100 | 56 | 210 | 115 | 37 |
| Binary | 10010 | 10001010 | 110010 | 1010111 | 0 | 1000000 | 101110 | 10001000 | 1001101 | 11111 |
Color Harmonies of #128A32
Complementary color
Monochromatic Colors of #128A32
Black with #128A32
Text Example
Text Example
White with #128A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A32; }
p { color: rgb(18,138,50); }
H1.HeaderClassName
{
color: #128A32;
}
.AnyTagClassName
{
color: #128A32;
}
</style>
background-color css
<style>
a { background-color: #128A32; }
a { background-color: rgb(18,138,50); }
div.DivClassName
{
background-color: #128A32;
}
.BgClassName
{
background-color: #128A32;
}
</style>
border-color css
<style>
span { border-color: #128A32; }
span { border-color: rgb(18,138,50); }
td.TdClassName
{
border-color: #128A32;
}
.TagClassName
{
border-color: #128A32;
}
</style>