#0E2101

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

Shades of Pine Tree #0E2101

Tints of Pine Tree #0E2101

Color information

#0E2101 (or 0x0E2101) is unknown color: approx Pine Tree. HEX triplet: 0E, 21 and 01. RGB value is (14,33,1). Sum of RGB (Red+Green+Blue) = 14+33+1=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #0E2101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2101 is #F1DEFE. Grayscale: #171717. Windows color (decimal): -15851263 or 73998. OLE color: 73998.

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

Color convert

RGB14331-
CMYK0.5800.970.87
HSL95.62º94.12%6.67%-
HSV(B)95.62º96.97%12.94%-
XYZ0.731.180.22-
YUV23.67115.21121.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.17%
GREEN value IS 33 (13.28% from 255) = 68.75%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=29.17%
G=68.75%
B=2.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal143310.5800.970.8795.6294.126.67
HexE2113A06157605e7
Octal164117201411271401367
Binary1110100001111101001100001101011111000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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