#0E2516

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

Shades of Deep Fir #0E2516

Tints of Deep Fir #0E2516

Color information

#0E2516 (or 0x0E2516) is unknown color: approx Deep Fir. HEX triplet: 0E, 25 and 16. RGB value is (14,37,22). Sum of RGB (Red+Green+Blue) = 14+37+22=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2516 is #F1DAE9. Grayscale: #1C1C1C. Windows color (decimal): -15850218 or 1451278. OLE color: 1451278.

HSL color Cylindrical-coordinate representation of color #0E2516: hue angle of 140.87º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E2516 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB143722-
CMYK0.6200.410.85
HSL140.87º45.1%10%-
HSV(B)140.87º62.16%14.51%-
XYZ0.991.470.99-
YUV28.41124.38117.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.18%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=19.18%
G=50.68%
B=30.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1437220.6200.410.85140.8745.110
HexE25163E029558d2da
Octal164526760511252155512
Binary11101001011011011111001010011010101100011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,22); }

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

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

 a { background-color: rgb(14,37,22); }

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

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

 span { border-color: rgb(14,37,22); }

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