#0E2915

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

Shades of Deep Fir #0E2915

Tints of Deep Fir #0E2915

Color information

#0E2915 (or 0x0E2915) is unknown color: approx Deep Fir. HEX triplet: 0E, 29 and 15. RGB value is (14,41,21). Sum of RGB (Red+Green+Blue) = 14+41+21=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 41 (16.41% from 255 or 53.95% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2915 is #F1D6EA. Grayscale: #1E1E1E. Windows color (decimal): -15849195 or 1386766. OLE color: 1386766.

HSL color Cylindrical-coordinate representation of color #0E2915: hue angle of 135.56º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E2915 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB144121-
CMYK0.6600.490.84
HSL135.56º49.09%10.78%-
HSV(B)135.56º65.85%16.08%-
XYZ1.111.730.99-
YUV30.65122.55116.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 41 (16.41% from 255) = 53.95%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=18.42%
G=53.95%
B=27.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1441210.6600.490.84135.5649.0910.78
HexE291542031548831b
Octal1651251020611242106113
Binary111010100110101100001001100011010100100010001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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