#0F701C

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

Shades of Forest Green #0F701C

Tints of Forest Green #0F701C

Color information

#0F701C (or 0x0F701C) is unknown color: approx Forest Green. HEX triplet: 0F, 70 and 1C. RGB value is (15,112,28). Sum of RGB (Red+Green+Blue) = 15+112+28=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #0F701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F701C is #F08FE3. Grayscale: #494949. Windows color (decimal): -15765476 or 1863695. OLE color: 1863695.

HSL color Cylindrical-coordinate representation of color #0F701C: hue angle of 128.04º degrees, saturation: 0.76, 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 #0F701C is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1511228-
CMYK0.8700.750.56
HSL128.04º76.38%24.9%-
HSV(B)128.04º86.61%43.92%-
XYZ6.211.773.04-
YUV73.42102.3686.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 112 (44.14% from 255) = 72.26%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=9.68%
G=72.26%
B=18.06%

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
Decimal15112280.8700.750.56128.0476.3824.9
HexF701C5704B38804c19
Octal171603412701137020011431
Binary111111100001110010101110100101111100010000000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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