Shades of Forest Green #07951D
Tints of Forest Green #07951D
RGB
CMYK
RGB Variations
Color information
#07951D (or 0x07951D) is known color: Forest Green. HEX triplet: 07, 95 and 1D. RGB value is (7,149,29). Sum of RGB (Red+Green+Blue) = 7+149+29=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #07951D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07951D is #F86AE2. Grayscale: #5D5D5D. Windows color (decimal): -16280291 or 1938695. OLE color: 1938695.
HSL color Cylindrical-coordinate representation of color #07951D: hue angle of 129.3º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07951D is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 29 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.42 |
| HSL | 129.3º | 0.91% | 0.31% | - |
| HSV(B) | 129.3º | 0.95% | 0.58% | - |
| XYZ | 11.06 | 21.63 | 4.75 | - |
| YUV | 92.86 | 91.96 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 29 | 0.95 | 0 | 0.81 | 0.42 | 129.3 | 0.91 | 0.31 |
| Hex | 7 | 95 | 1D | 5F | 0 | 51 | 2A | 81 | 5B | 1F |
| Octal | 7 | 225 | 35 | 137 | 0 | 121 | 52 | 201 | 133 | 37 |
| Binary | 111 | 10010101 | 11101 | 1011111 | 0 | 1010001 | 101010 | 10000001 | 1011011 | 11111 |
Color Harmonies of #07951D
Complementary color
Monochromatic Colors of #07951D
Black with #07951D
Text Example
Text Example
White with #07951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07951D; }
p { color: rgb(7,149,29); }
H1.HeaderClassName
{
color: #07951D;
}
.AnyTagClassName
{
color: #07951D;
}
</style>
background-color css
<style>
a { background-color: #07951D; }
a { background-color: rgb(7,149,29); }
div.DivClassName
{
background-color: #07951D;
}
.BgClassName
{
background-color: #07951D;
}
</style>
border-color css
<style>
span { border-color: #07951D; }
span { border-color: rgb(7,149,29); }
td.TdClassName
{
border-color: #07951D;
}
.TagClassName
{
border-color: #07951D;
}
</style>