#0E3B24

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

Shades of Deep Fir #0E3B24

Tints of Deep Fir #0E3B24

Color information

#0E3B24 (or 0x0E3B24) is unknown color: approx Deep Fir. HEX triplet: 0E, 3B and 24. RGB value is (14,59,36). Sum of RGB (Red+Green+Blue) = 14+59+36=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B24 is #F1C4DB. Grayscale: #2A2A2A. Windows color (decimal): -15844572 or 2374414. OLE color: 2374414.

HSL color Cylindrical-coordinate representation of color #0E3B24: hue angle of 149.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3B24 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB145936-
CMYK0.7600.390.77
HSL149.33º61.64%14.31%-
HSV(B)149.33º76.27%23.14%-
XYZ2.063.352.21-
YUV42.92124.09107.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.84%
GREEN value IS 59 (23.44% from 255) = 54.13%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=12.84%
G=54.13%
B=33.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1459360.7600.390.77149.3361.6414.31
HexE3B244C0274D953ee
Octal1673441140471152257616
Binary1110111011100100100110001001111001101100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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