#0F3B24

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

Shades of Deep Fir #0F3B24

Tints of Deep Fir #0F3B24

Color information

#0F3B24 (or 0x0F3B24) is unknown color: approx Deep Fir. HEX triplet: 0F, 3B and 24. RGB value is (15,59,36). Sum of RGB (Red+Green+Blue) = 15+59+36=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #0F3B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3B24 is #F0C4DB. Grayscale: #2B2B2B. Windows color (decimal): -15779036 or 2374415. OLE color: 2374415.

HSL color Cylindrical-coordinate representation of color #0F3B24: hue angle of 148.64º 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 #0F3B24 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB155936-
CMYK0.7500.390.77
HSL148.64º59.46%14.51%-
HSV(B)148.64º74.58%23.14%-
XYZ2.083.362.21-
YUV43.22123.92107.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 59 (23.44% from 255) = 53.64%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=13.64%
G=53.64%
B=32.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1559360.7500.390.77148.6459.4614.51
HexF3B244B0274D953bf
Octal1773441130471152257317
Binary1111111011100100100101101001111001101100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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