#0E2000

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

Shades of Pine Tree #0E2000

Tints of Pine Tree #0E2000

Color information

#0E2000 (or 0x0E2000) is unknown color: approx Pine Tree. HEX triplet: 0E, 20 and 00. RGB value is (14,32,0). Sum of RGB (Red+Green+Blue) = 14+32+0=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2000 is #F1DFFF. Grayscale: #171717. Windows color (decimal): -15851520 or 8206. OLE color: 8206.

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

Color convert

RGB14320-
CMYK0.56010.87
HSL93.75º100%6.27%-
HSV(B)93.75º100%12.55%-
XYZ0.71.130.18-
YUV22.97115.04121.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 32 (12.89% from 255) = 69.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.43%
G=69.57%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal143200.56010.8793.751006.27
HexE20038064575e646
Octal164007001441271361446
Binary1110100000011100001100100101011110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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