Shades of Forest Green #00882A
Tints of Forest Green #00882A
RGB
CMYK
RGB Variations
Color information
#00882A (or 0x00882A) is known color: Forest Green. HEX triplet: 00, 88 and 2A. RGB value is (0,136,42). Sum of RGB (Red+Green+Blue) = 0+136+42=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 136 (53.52% from 255 or 76.40% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 136 - color contains mainly: green. Hex color #00882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00882A is #FF77D5. Grayscale: #545454. Windows color (decimal): -16742358 or 2787328. OLE color: 2787328.
HSL color Cylindrical-coordinate representation of color #00882A: hue angle of 138.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00882A is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 42 | - |
| CMYK | 1 | 0 | 0.69 | 0.47 |
| HSL | 138.53º | 1% | 0.27% | - |
| HSV(B) | 138.53º | 1% | 0.53% | - |
| XYZ | 9.22 | 17.78 | 5.14 | - |
| YUV | 84.62 | 103.94 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 42 | 1 | 0 | 0.69 | 0.47 | 138.53 | 1 | 0.27 |
| Hex | 0 | 88 | 2A | 64 | 0 | 45 | 2F | 8B | 64 | 1B |
| Octal | 0 | 210 | 52 | 144 | 0 | 105 | 57 | 213 | 144 | 33 |
| Binary | 0 | 10001000 | 101010 | 1100100 | 0 | 1000101 | 101111 | 10001011 | 1100100 | 11011 |
Color Harmonies of #00882A
Complementary color
Monochromatic Colors of #00882A
Black with #00882A
Text Example
Text Example
White with #00882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00882A; }
p { color: rgb(0,136,42); }
H1.HeaderClassName
{
color: #00882A;
}
.AnyTagClassName
{
color: #00882A;
}
</style>
background-color css
<style>
a { background-color: #00882A; }
a { background-color: rgb(0,136,42); }
div.DivClassName
{
background-color: #00882A;
}
.BgClassName
{
background-color: #00882A;
}
</style>
border-color css
<style>
span { border-color: #00882A; }
span { border-color: rgb(0,136,42); }
td.TdClassName
{
border-color: #00882A;
}
.TagClassName
{
border-color: #00882A;
}
</style>