#07951F

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

Shades of Forest Green #07951F

Tints of Forest Green #07951F

Color information

#07951F (or 0x07951F) is unknown color: approx Forest Green. HEX triplet: 07, 95 and 1F. RGB value is (7,149,31). Sum of RGB (Red+Green+Blue) = 7+149+31=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 149 (58.59% from 255 or 79.68% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 149 - color contains mainly: green. Hex color #07951F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07951F is #F86AE0. Grayscale: #5D5D5D. Windows color (decimal): -16280289 or 2069767. OLE color: 2069767.

HSL color Cylindrical-coordinate representation of color #07951F: hue angle of 130.14º 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 #07951F is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB714931-
CMYK0.9500.790.42
HSL130.14º91.03%30.59%-
HSV(B)130.14º95.3%58.43%-
XYZ11.0821.644.89-
YUV93.0992.9666.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.74%
GREEN value IS 149 (58.59% from 255) = 79.68%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=3.74%
G=79.68%
B=16.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7149310.9500.790.42130.1491.0330.59
Hex7951F5F04F2A825b1f
Octal72253713701175220213337
Binary111100101011111110111110100111110101010000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07951F; }

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

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

<style>
 a { background-color: #07951F; }

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

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

<style>
 span { border-color: #07951F; }

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

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