#0F971F

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

Shades of Forest Green #0F971F

Tints of Forest Green #0F971F

Color information

#0F971F (or 0x0F971F) is unknown color: approx Forest Green. HEX triplet: 0F, 97 and 1F. RGB value is (15,151,31). Sum of RGB (Red+Green+Blue) = 15+151+31=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 151 (59.38% from 255 or 76.65% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 151 - color contains mainly: green. Hex color #0F971F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F971F is #F068E0. Grayscale: #606060. Windows color (decimal): -15755489 or 2070287. OLE color: 2070287.

HSL color Cylindrical-coordinate representation of color #0F971F: hue angle of 127.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F971F is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1515131-
CMYK0.9000.790.41
HSL127.06º81.93%32.55%-
HSV(B)127.06º90.07%59.22%-
XYZ11.5122.335-
YUV96.6690.9469.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.61%
GREEN value IS 151 (59.38% from 255) = 76.65%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=7.61%
G=76.65%
B=15.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15151310.9000.790.41127.0681.9332.55
HexF971F5A04F297f5221
Octal172273713201175117712241
Binary1111100101111111110110100100111110100111111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F971F; }

 p { color: rgb(15,151,31); }

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

<style>
 a { background-color: #0F971F; }

 a { background-color: rgb(15,151,31); }

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

<style>
 span { border-color: #0F971F; }

 span { border-color: rgb(15,151,31); }

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