#0F3B23

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

Shades of Deep Fir #0F3B23

Tints of Deep Fir #0F3B23

Color information

#0F3B23 (or 0x0F3B23) is unknown color: approx Deep Fir. HEX triplet: 0F, 3B and 23. RGB value is (15,59,35). Sum of RGB (Red+Green+Blue) = 15+59+35=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #0F3B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3B23 is #F0C4DC. Grayscale: #2B2B2B. Windows color (decimal): -15779037 or 2308879. OLE color: 2308879.

HSL color Cylindrical-coordinate representation of color #0F3B23: hue angle of 147.27º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3B23 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB155935-
CMYK0.7500.410.77
HSL147.27º59.46%14.51%-
HSV(B)147.27º74.58%23.14%-
XYZ2.063.352.13-
YUV43.11123.42107.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 59 (23.44% from 255) = 54.13%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=13.76%
G=54.13%
B=32.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1559350.7500.410.77147.2759.4614.51
HexF3B234B0294D933bf
Octal1773431130511152237317
Binary1111111011100011100101101010011001101100100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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