#0F3F24

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

Shades of Deep Fir #0F3F24

Tints of Deep Fir #0F3F24

Color information

#0F3F24 (or 0x0F3F24) is unknown color: approx Deep Fir. HEX triplet: 0F, 3F and 24. RGB value is (15,63,36). Sum of RGB (Red+Green+Blue) = 15+63+36=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #0F3F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3F24 is #F0C0DB. Grayscale: #2D2D2D. Windows color (decimal): -15778012 or 2375439. OLE color: 2375439.

HSL color Cylindrical-coordinate representation of color #0F3F24: hue angle of 146.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3F24 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB156336-
CMYK0.7600.430.75
HSL146.25º61.54%15.29%-
HSV(B)146.25º76.19%24.71%-
XYZ2.293.782.28-
YUV45.57122.6106.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 63 (25% from 255) = 55.26%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=13.16%
G=55.26%
B=31.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1563360.7600.430.75146.2561.5415.29
HexF3F244C02B4B923ef
Octal1777441140531132227617
Binary1111111111100100100110001010111001011100100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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