Shades of Forest Green #00872A
Tints of Forest Green #00872A
RGB
CMYK
RGB Variations
Color information
#00872A (or 0x00872A) is known color: Forest Green. HEX triplet: 00, 87 and 2A. RGB value is (0,135,42). Sum of RGB (Red+Green+Blue) = 0+135+42=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 135 (53.12% from 255 or 76.27% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 135 - color contains mainly: green. Hex color #00872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00872A is #FF78D5. Grayscale: #545454. Windows color (decimal): -16742614 or 2787072. OLE color: 2787072.
HSL color Cylindrical-coordinate representation of color #00872A: hue angle of 138.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00872A is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 42 | - |
| CMYK | 1 | 0 | 0.69 | 0.47 |
| HSL | 138.67º | 1% | 0.26% | - |
| HSV(B) | 138.67º | 1% | 0.53% | - |
| XYZ | 9.08 | 17.5 | 5.09 | - |
| YUV | 84.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 42 | 1 | 0 | 0.69 | 0.47 | 138.67 | 1 | 0.26 |
| Hex | 0 | 87 | 2A | 64 | 0 | 45 | 2F | 8B | 64 | 1A |
| Octal | 0 | 207 | 52 | 144 | 0 | 105 | 57 | 213 | 144 | 32 |
| Binary | 0 | 10000111 | 101010 | 1100100 | 0 | 1000101 | 101111 | 10001011 | 1100100 | 11010 |
Color Harmonies of #00872A
Complementary color
Monochromatic Colors of #00872A
Black with #00872A
Text Example
Text Example
White with #00872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00872A; }
p { color: rgb(0,135,42); }
H1.HeaderClassName
{
color: #00872A;
}
.AnyTagClassName
{
color: #00872A;
}
</style>
background-color css
<style>
a { background-color: #00872A; }
a { background-color: rgb(0,135,42); }
div.DivClassName
{
background-color: #00872A;
}
.BgClassName
{
background-color: #00872A;
}
</style>
border-color css
<style>
span { border-color: #00872A; }
span { border-color: rgb(0,135,42); }
td.TdClassName
{
border-color: #00872A;
}
.TagClassName
{
border-color: #00872A;
}
</style>