#0E2B15

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

Shades of Deep Fir #0E2B15

Tints of Deep Fir #0E2B15

Color information

#0E2B15 (or 0x0E2B15) is unknown color: approx Deep Fir. HEX triplet: 0E, 2B and 15. RGB value is (14,43,21). Sum of RGB (Red+Green+Blue) = 14+43+21=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #0E2B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2B15 is #F1D4EA. Grayscale: #1F1F1F. Windows color (decimal): -15848683 or 1387278. OLE color: 1387278.

HSL color Cylindrical-coordinate representation of color #0E2B15: hue angle of 134.48º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E2B15 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB144321-
CMYK0.6700.510.83
HSL134.48º50.88%11.18%-
HSV(B)134.48º67.44%16.86%-
XYZ1.181.881.01-
YUV31.82121.89115.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.95%
GREEN value IS 43 (17.19% from 255) = 55.13%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=17.95%
G=55.13%
B=26.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1443210.6700.510.83134.4850.8811.18
HexE2B1543033538633b
Octal1653251030631232066313
Binary111010101110101100001101100111010011100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,43,21); }

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

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

 a { background-color: rgb(14,43,21); }

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

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

 span { border-color: rgb(14,43,21); }

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