#0E2301

Color #0E2301 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #0E2301

Tints of Pine Tree #0E2301

Color information

#0E2301 (or 0x0E2301) is unknown color: approx Pine Tree. HEX triplet: 0E, 23 and 01. RGB value is (14,35,1). Sum of RGB (Red+Green+Blue) = 14+35+1=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 35 (14.06% from 255 or 70% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 35 - color contains mainly: green. Hex color #0E2301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2301 is #F1DCFE. Grayscale: #181818. Windows color (decimal): -15850751 or 74510. OLE color: 74510.

HSL color Cylindrical-coordinate representation of color #0E2301: hue angle of 97.06º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E2301 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB14351-
CMYK0.6000.970.86
HSL97.06º94.44%7.06%-
HSV(B)97.06º97.14%13.73%-
XYZ0.791.30.24-
YUV24.84114.54120.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28%
GREEN value IS 35 (14.06% from 255) = 70%
BLUE value IS 1 (0.78% from 255) = 2%
R=28%
G=70%
B=2%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal143510.6000.970.8697.0694.447.06
HexE2313C06156615e7
Octal164317401411261411367
Binary1110100011111110001100001101011011000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,35,1); }

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

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

 a { background-color: rgb(14,35,1); }

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

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

 span { border-color: rgb(14,35,1); }

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