Shades of Forest Green #03922B
Tints of Forest Green #03922B
RGB
CMYK
RGB Variations
Color information
#03922B (or 0x03922B) is known color: Forest Green. HEX triplet: 03, 92 and 2B. RGB value is (3,146,43). Sum of RGB (Red+Green+Blue) = 3+146+43=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 146 (57.42% from 255 or 76.04% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 146 - color contains mainly: green. Hex color #03922B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03922B is #FC6DD4. Grayscale: #5B5B5B. Windows color (decimal): -16543189 or 2855427. OLE color: 2855427.
HSL color Cylindrical-coordinate representation of color #03922B: hue angle of 136.78º 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 #03922B is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 43 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.43 |
| HSL | 136.78º | 0.96% | 0.29% | - |
| HSV(B) | 136.78º | 0.98% | 0.57% | - |
| XYZ | 10.75 | 20.75 | 5.72 | - |
| YUV | 91.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 43 | 0.98 | 0 | 0.71 | 0.43 | 136.78 | 0.96 | 0.29 |
| Hex | 3 | 92 | 2B | 62 | 0 | 47 | 2B | 89 | 60 | 1D |
| Octal | 3 | 222 | 53 | 142 | 0 | 107 | 53 | 211 | 140 | 35 |
| Binary | 11 | 10010010 | 101011 | 1100010 | 0 | 1000111 | 101011 | 10001001 | 1100000 | 11101 |
Color Harmonies of #03922B
Complementary color
Monochromatic Colors of #03922B
Black with #03922B
Text Example
Text Example
White with #03922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03922B; }
p { color: rgb(3,146,43); }
H1.HeaderClassName
{
color: #03922B;
}
.AnyTagClassName
{
color: #03922B;
}
</style>
background-color css
<style>
a { background-color: #03922B; }
a { background-color: rgb(3,146,43); }
div.DivClassName
{
background-color: #03922B;
}
.BgClassName
{
background-color: #03922B;
}
</style>
border-color css
<style>
span { border-color: #03922B; }
span { border-color: rgb(3,146,43); }
td.TdClassName
{
border-color: #03922B;
}
.TagClassName
{
border-color: #03922B;
}
</style>