Shades of Forest Green #00902A
Tints of Forest Green #00902A
RGB
CMYK
RGB Variations
Color information
#00902A (or 0x00902A) is known color: Forest Green. HEX triplet: 00, 90 and 2A. RGB value is (0,144,42). Sum of RGB (Red+Green+Blue) = 0+144+42=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 144 (56.64% from 255 or 77.42% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 144 - color contains mainly: green. Hex color #00902A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00902A is #FF6FD5. Grayscale: #595959. Windows color (decimal): -16740310 or 2789376. OLE color: 2789376.
HSL color Cylindrical-coordinate representation of color #00902A: hue angle of 137.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00902A is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 42 | - |
| CMYK | 1 | 0 | 0.71 | 0.44 |
| HSL | 137.5º | 1% | 0.28% | - |
| HSV(B) | 137.5º | 1% | 0.56% | - |
| XYZ | 10.39 | 20.11 | 5.53 | - |
| YUV | 89.32 | 101.29 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 42 | 1 | 0 | 0.71 | 0.44 | 137.5 | 1 | 0.28 |
| Hex | 0 | 90 | 2A | 64 | 0 | 47 | 2C | 8A | 64 | 1C |
| Octal | 0 | 220 | 52 | 144 | 0 | 107 | 54 | 212 | 144 | 34 |
| Binary | 0 | 10010000 | 101010 | 1100100 | 0 | 1000111 | 101100 | 10001010 | 1100100 | 11100 |
Color Harmonies of #00902A
Complementary color
Monochromatic Colors of #00902A
Black with #00902A
Text Example
Text Example
White with #00902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00902A; }
p { color: rgb(0,144,42); }
H1.HeaderClassName
{
color: #00902A;
}
.AnyTagClassName
{
color: #00902A;
}
</style>
background-color css
<style>
a { background-color: #00902A; }
a { background-color: rgb(0,144,42); }
div.DivClassName
{
background-color: #00902A;
}
.BgClassName
{
background-color: #00902A;
}
</style>
border-color css
<style>
span { border-color: #00902A; }
span { border-color: rgb(0,144,42); }
td.TdClassName
{
border-color: #00902A;
}
.TagClassName
{
border-color: #00902A;
}
</style>