#0F711C

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

Shades of Forest Green #0F711C

Tints of Forest Green #0F711C

Color information

#0F711C (or 0x0F711C) is unknown color: approx Forest Green. HEX triplet: 0F, 71 and 1C. RGB value is (15,113,28). Sum of RGB (Red+Green+Blue) = 15+113+28=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #0F711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F711C is #F08EE3. Grayscale: #4A4A4A. Windows color (decimal): -15765220 or 1863951. OLE color: 1863951.

HSL color Cylindrical-coordinate representation of color #0F711C: hue angle of 127.96º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F711C is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1511328-
CMYK0.8700.750.56
HSL127.96º76.56%25.1%-
HSV(B)127.96º86.73%44.31%-
XYZ6.31123.08-
YUV74.01102.0385.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 113 (44.53% from 255) = 72.44%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=9.62%
G=72.44%
B=17.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15113280.8700.750.56127.9676.5625.1
HexF711C5704B38804d19
Octal171613412701137020011531
Binary111111100011110010101110100101111100010000000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,113,28); }

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

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

 a { background-color: rgb(15,113,28); }

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

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

 span { border-color: rgb(15,113,28); }

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