#07821f

Color #07821F Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #07821F

Tints of Forest Green #07821F

Color information

#07821F (or 0x07821F) is unknown color: approx Forest Green. HEX triplet: 07, 82 and 1F. RGB value is (7,130,31). Sum of RGB (Red+Green+Blue) = 7+130+31=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #07821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07821F is #F87DE0. Grayscale: #525252. Windows color (decimal): -16285153 or 2064903. OLE color: 2064903.

HSL color Cylindrical-coordinate representation of color #07821F: hue angle of 131.71º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07821F is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB713031-
CMYK0.9500.760.49
HSL131.71º89.78%26.86%-
HSV(B)131.71º94.62%50.98%-
XYZ8.3216.113.97-
YUV81.9499.2574.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 130 (51.17% from 255) = 77.38%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=4.17%
G=77.38%
B=18.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7130310.9500.760.49131.7189.7826.86
Hex7821F5F04C31845a1b
Octal72023713701146120413233
Binary111100000101111110111110100110011000110000100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07821f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07821f; }

 p { color: rgb(7,130,31); }

 H1.HeaderClassName
 {
   color: #07821f;
 }
 .AnyTagClassName
 {
   color: #07821f;
 }
</style>
background-color css

<style>
 a { background-color: #07821f; }

 a { background-color: rgb(7,130,31); }

 div.DivClassName
 {
   background-color: #07821f;
 }
 .BgClassName
 {
   background-color: #07821f;
 }
</style>
border-color css

<style>
 span { border-color: #07821f; }

 span { border-color: rgb(7,130,31); }

 td.TdClassName
 {
   border-color: #07821f;
 }
 .TagClassName
 {
   border-color: #07821f;
 }
</style>