#0F4723

Color #0F4723 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0F4723

Tints of Deep Fir #0F4723

Color information

#0F4723 (or 0x0F4723) is unknown color: approx Deep Fir. HEX triplet: 0F, 47 and 23. RGB value is (15,71,35). Sum of RGB (Red+Green+Blue) = 15+71+35=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4723 is #F0B8DC. Grayscale: #323232. Windows color (decimal): -15775965 or 2311951. OLE color: 2311951.

HSL color Cylindrical-coordinate representation of color #0F4723: hue angle of 141.43º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4723 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB157135-
CMYK0.7900.510.72
HSL141.43º65.12%16.86%-
HSV(B)141.43º78.87%27.84%-
XYZ2.754.732.36-
YUV50.15119.45102.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.40%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 35 (14.06% from 255) = 28.93%
R=12.40%
G=58.68%
B=28.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571350.7900.510.72141.4365.1216.86
HexF47234F033488d4111
Octal171074311706311021510121
Binary1111100011110001110011110110011100100010001101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,35); }

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

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

 a { background-color: rgb(15,71,35); }

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

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

 span { border-color: rgb(15,71,35); }

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