#0F4523

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

Shades of Deep Fir #0F4523

Tints of Deep Fir #0F4523

Color information

#0F4523 (or 0x0F4523) is unknown color: approx Deep Fir. HEX triplet: 0F, 45 and 23. RGB value is (15,69,35). Sum of RGB (Red+Green+Blue) = 15+69+35=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #0F4523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4523 is #F0BADC. Grayscale: #313131. Windows color (decimal): -15776477 or 2311439. OLE color: 2311439.

HSL color Cylindrical-coordinate representation of color #0F4523: hue angle of 142.22º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4523 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB156935-
CMYK0.7800.490.73
HSL142.22º64.29%16.47%-
HSV(B)142.22º78.26%27.06%-
XYZ2.634.482.32-
YUV48.98120.11103.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.61%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=12.61%
G=57.98%
B=29.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1569350.7800.490.73142.2264.2916.47
HexF45234E031498e4010
Octal171054311606111121610020
Binary1111100010110001110011100110001100100110001110100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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