#0E2001

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

Shades of Pine Tree #0E2001

Tints of Pine Tree #0E2001

Color information

#0E2001 (or 0x0E2001) is unknown color: approx Pine Tree. HEX triplet: 0E, 20 and 01. RGB value is (14,32,1). Sum of RGB (Red+Green+Blue) = 14+32+1=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 32 (12.89% from 255 or 68.09% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2001 is #F1DFFE. Grayscale: #171717. Windows color (decimal): -15851519 or 73742. OLE color: 73742.

HSL color Cylindrical-coordinate representation of color #0E2001: hue angle of 94.84º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E2001 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB14321-
CMYK0.5600.970.87
HSL94.84º93.94%6.47%-
HSV(B)94.84º96.88%12.55%-
XYZ0.71.130.21-
YUV23.08115.54121.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 32 (12.89% from 255) = 68.09%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=29.79%
G=68.09%
B=2.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal143210.5600.970.8794.8493.946.47
HexE20138061575f5e6
Octal164017001411271371366
Binary1110100000111100001100001101011110111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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