#0E2200

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

Shades of Pine Tree #0E2200

Tints of Pine Tree #0E2200

Color information

#0E2200 (or 0x0E2200) is unknown color: approx Pine Tree. HEX triplet: 0E, 22 and 00. RGB value is (14,34,0). Sum of RGB (Red+Green+Blue) = 14+34+0=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 34 (13.67% from 255 or 70.83% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 34 - color contains mainly: green. Hex color #0E2200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2200 is #F1DDFF. Grayscale: #181818. Windows color (decimal): -15851008 or 8718. OLE color: 8718.

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

Color convert

RGB14340-
CMYK0.59010.87
HSL95.29º100%6.67%-
HSV(B)95.29º100%13.33%-
XYZ0.751.240.2-
YUV24.14114.37120.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.17%
GREEN value IS 34 (13.67% from 255) = 70.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.17%
G=70.83%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal143400.59010.8795.291006.67
HexE2203B064575f647
Octal164207301441271371447
Binary1110100010011101101100100101011110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,34,0); }

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

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

 a { background-color: rgb(14,34,0); }

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

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

 span { border-color: rgb(14,34,0); }

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