Shades of Forest Green #00922A
Tints of Forest Green #00922A
RGB
CMYK
RGB Variations
Color information
#00922A (or 0x00922A) is known color: Forest Green. HEX triplet: 00, 92 and 2A. RGB value is (0,146,42). Sum of RGB (Red+Green+Blue) = 0+146+42=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 146 (57.42% from 255 or 77.66% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 146 - color contains mainly: green. Hex color #00922A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00922A is #FF6DD5. Grayscale: #5A5A5A. Windows color (decimal): -16739798 or 2789888. OLE color: 2789888.
HSL color Cylindrical-coordinate representation of color #00922A: hue angle of 137.26º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00922A is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 42 | - |
| CMYK | 1 | 0 | 0.71 | 0.43 |
| HSL | 137.26º | 1% | 0.29% | - |
| HSV(B) | 137.26º | 1% | 0.57% | - |
| XYZ | 10.7 | 20.72 | 5.63 | - |
| YUV | 90.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 42 | 1 | 0 | 0.71 | 0.43 | 137.26 | 1 | 0.29 |
| Hex | 0 | 92 | 2A | 64 | 0 | 47 | 2B | 89 | 64 | 1D |
| Octal | 0 | 222 | 52 | 144 | 0 | 107 | 53 | 211 | 144 | 35 |
| Binary | 0 | 10010010 | 101010 | 1100100 | 0 | 1000111 | 101011 | 10001001 | 1100100 | 11101 |
Color Harmonies of #00922A
Complementary color
Monochromatic Colors of #00922A
Black with #00922A
Text Example
Text Example
White with #00922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00922A; }
p { color: rgb(0,146,42); }
H1.HeaderClassName
{
color: #00922A;
}
.AnyTagClassName
{
color: #00922A;
}
</style>
background-color css
<style>
a { background-color: #00922A; }
a { background-color: rgb(0,146,42); }
div.DivClassName
{
background-color: #00922A;
}
.BgClassName
{
background-color: #00922A;
}
</style>
border-color css
<style>
span { border-color: #00922A; }
span { border-color: rgb(0,146,42); }
td.TdClassName
{
border-color: #00922A;
}
.TagClassName
{
border-color: #00922A;
}
</style>