Shades of Forest Green #03922A
Tints of Forest Green #03922A
RGB
CMYK
RGB Variations
Color information
#03922A (or 0x03922A) is known color: Forest Green. HEX triplet: 03, 92 and 2A. RGB value is (3,146,42). Sum of RGB (Red+Green+Blue) = 3+146+42=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 146 (57.42% from 255 or 76.44% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 146 - color contains mainly: green. Hex color #03922A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03922A is #FC6DD5. Grayscale: #5B5B5B. Windows color (decimal): -16543190 or 2789891. OLE color: 2789891.
HSL color Cylindrical-coordinate representation of color #03922A: hue angle of 136.36º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03922A is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 42 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.43 |
| HSL | 136.36º | 0.96% | 0.29% | - |
| HSV(B) | 136.36º | 0.98% | 0.57% | - |
| XYZ | 10.73 | 20.74 | 5.63 | - |
| YUV | 91.39 | 100.12 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 42 | 0.98 | 0 | 0.71 | 0.43 | 136.36 | 0.96 | 0.29 |
| Hex | 3 | 92 | 2A | 62 | 0 | 47 | 2B | 88 | 60 | 1D |
| Octal | 3 | 222 | 52 | 142 | 0 | 107 | 53 | 210 | 140 | 35 |
| Binary | 11 | 10010010 | 101010 | 1100010 | 0 | 1000111 | 101011 | 10001000 | 1100000 | 11101 |
Color Harmonies of #03922A
Complementary color
Monochromatic Colors of #03922A
Black with #03922A
Text Example
Text Example
White with #03922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03922A; }
p { color: rgb(3,146,42); }
H1.HeaderClassName
{
color: #03922A;
}
.AnyTagClassName
{
color: #03922A;
}
</style>
background-color css
<style>
a { background-color: #03922A; }
a { background-color: rgb(3,146,42); }
div.DivClassName
{
background-color: #03922A;
}
.BgClassName
{
background-color: #03922A;
}
</style>
border-color css
<style>
span { border-color: #03922A; }
span { border-color: rgb(3,146,42); }
td.TdClassName
{
border-color: #03922A;
}
.TagClassName
{
border-color: #03922A;
}
</style>