Shades of Forest Green #128A2D
Tints of Forest Green #128A2D
RGB
CMYK
RGB Variations
Color information
#128A2D (or 0x128A2D) is known color: Forest Green. HEX triplet: 12, 8A and 2D. RGB value is (18,138,45). Sum of RGB (Red+Green+Blue) = 18+138+45=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 138 (54.30% from 255 or 68.66% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 138 - color contains mainly: green. Hex color #128A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A2D is #ED75D2. Grayscale: #5B5B5B. Windows color (decimal): -15562195 or 2984466. OLE color: 2984466.
HSL color Cylindrical-coordinate representation of color #128A2D: hue angle of 133.5º 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 #128A2D is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 138 | 45 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.46 |
| HSL | 133.5º | 0.77% | 0.31% | - |
| HSV(B) | 133.5º | 0.87% | 0.54% | - |
| XYZ | 9.81 | 18.5 | 5.54 | - |
| YUV | 91.52 | 101.74 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 45 | 0.87 | 0 | 0.67 | 0.46 | 133.5 | 0.77 | 0.31 |
| Hex | 12 | 8A | 2D | 57 | 0 | 43 | 2E | 86 | 4D | 1F |
| Octal | 22 | 212 | 55 | 127 | 0 | 103 | 56 | 206 | 115 | 37 |
| Binary | 10010 | 10001010 | 101101 | 1010111 | 0 | 1000011 | 101110 | 10000110 | 1001101 | 11111 |
Color Harmonies of #128A2D
Complementary color
Monochromatic Colors of #128A2D
Black with #128A2D
Text Example
Text Example
White with #128A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A2D; }
p { color: rgb(18,138,45); }
H1.HeaderClassName
{
color: #128A2D;
}
.AnyTagClassName
{
color: #128A2D;
}
</style>
background-color css
<style>
a { background-color: #128A2D; }
a { background-color: rgb(18,138,45); }
div.DivClassName
{
background-color: #128A2D;
}
.BgClassName
{
background-color: #128A2D;
}
</style>
border-color css
<style>
span { border-color: #128A2D; }
span { border-color: rgb(18,138,45); }
td.TdClassName
{
border-color: #128A2D;
}
.TagClassName
{
border-color: #128A2D;
}
</style>