Shades of Forest Green #07852B
Tints of Forest Green #07852B
RGB
CMYK
RGB Variations
Color information
#07852B (or 0x07852B) is known color: Forest Green. HEX triplet: 07, 85 and 2B. RGB value is (7,133,43). Sum of RGB (Red+Green+Blue) = 7+133+43=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #07852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07852B is #F87AD4. Grayscale: #555555. Windows color (decimal): -16284373 or 2852103. OLE color: 2852103.
HSL color Cylindrical-coordinate representation of color #07852B: hue angle of 137.14º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07852B is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 43 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.48 |
| HSL | 137.14º | 0.9% | 0.27% | - |
| HSV(B) | 137.14º | 0.95% | 0.52% | - |
| XYZ | 8.91 | 16.99 | 5.1 | - |
| YUV | 85.07 | 104.26 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 43 | 0.95 | 0 | 0.68 | 0.48 | 137.14 | 0.9 | 0.27 |
| Hex | 7 | 85 | 2B | 5F | 0 | 44 | 30 | 89 | 5A | 1B |
| Octal | 7 | 205 | 53 | 137 | 0 | 104 | 60 | 211 | 132 | 33 |
| Binary | 111 | 10000101 | 101011 | 1011111 | 0 | 1000100 | 110000 | 10001001 | 1011010 | 11011 |
Color Harmonies of #07852B
Complementary color
Monochromatic Colors of #07852B
Black with #07852B
Text Example
Text Example
White with #07852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07852B; }
p { color: rgb(7,133,43); }
H1.HeaderClassName
{
color: #07852B;
}
.AnyTagClassName
{
color: #07852B;
}
</style>
background-color css
<style>
a { background-color: #07852B; }
a { background-color: rgb(7,133,43); }
div.DivClassName
{
background-color: #07852B;
}
.BgClassName
{
background-color: #07852B;
}
</style>
border-color css
<style>
span { border-color: #07852B; }
span { border-color: rgb(7,133,43); }
td.TdClassName
{
border-color: #07852B;
}
.TagClassName
{
border-color: #07852B;
}
</style>