Shades of Forest Green #00912B
Tints of Forest Green #00912B
RGB
CMYK
RGB Variations
Color information
#00912B (or 0x00912B) is known color: Forest Green. HEX triplet: 00, 91 and 2B. RGB value is (0,145,43). Sum of RGB (Red+Green+Blue) = 0+145+43=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 145 (57.03% from 255 or 77.13% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 145 - color contains mainly: green. Hex color #00912B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00912B is #FF6ED4. Grayscale: #5A5A5A. Windows color (decimal): -16740053 or 2855168. OLE color: 2855168.
HSL color Cylindrical-coordinate representation of color #00912B: hue angle of 137.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00912B is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 43 | - |
| CMYK | 1 | 0 | 0.70 | 0.43 |
| HSL | 137.79º | 1% | 0.28% | - |
| HSV(B) | 137.79º | 1% | 0.57% | - |
| XYZ | 10.56 | 20.43 | 5.67 | - |
| YUV | 90.02 | 101.46 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 43 | 1 | 0 | 0.70 | 0.43 | 137.79 | 1 | 0.28 |
| Hex | 0 | 91 | 2B | 64 | 0 | 46 | 2B | 8A | 64 | 1C |
| Octal | 0 | 221 | 53 | 144 | 0 | 106 | 53 | 212 | 144 | 34 |
| Binary | 0 | 10010001 | 101011 | 1100100 | 0 | 1000110 | 101011 | 10001010 | 1100100 | 11100 |
Color Harmonies of #00912B
Complementary color
Monochromatic Colors of #00912B
Black with #00912B
Text Example
Text Example
White with #00912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00912B; }
p { color: rgb(0,145,43); }
H1.HeaderClassName
{
color: #00912B;
}
.AnyTagClassName
{
color: #00912B;
}
</style>
background-color css
<style>
a { background-color: #00912B; }
a { background-color: rgb(0,145,43); }
div.DivClassName
{
background-color: #00912B;
}
.BgClassName
{
background-color: #00912B;
}
</style>
border-color css
<style>
span { border-color: #00912B; }
span { border-color: rgb(0,145,43); }
td.TdClassName
{
border-color: #00912B;
}
.TagClassName
{
border-color: #00912B;
}
</style>