#0E1902

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

Shades of Pine Tree #0E1902

Tints of Pine Tree #0E1902

Color information

#0E1902 (or 0x0E1902) is unknown color: approx Pine Tree. HEX triplet: 0E, 19 and 02. RGB value is (14,25,2). Sum of RGB (Red+Green+Blue) = 14+25+2=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1902 is #F1E6FD. Grayscale: #131313. Windows color (decimal): -15853310 or 137486. OLE color: 137486.

HSL color Cylindrical-coordinate representation of color #0E1902: hue angle of 88.7º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E1902 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB14252-
CMYK0.4400.920.90
HSL88.7º85.19%5.29%-
HSV(B)88.7º92%9.8%-
XYZ0.540.790.18-
YUV19.09118.36124.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 25 (10.16% from 255) = 60.98%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=34.15%
G=60.98%
B=4.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal142520.4400.920.9088.785.195.29
HexE1922C05C5A59555
Octal163125401341321311255
Binary1110110011010110001011100101101010110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,25,2); }

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

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

 a { background-color: rgb(14,25,2); }

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

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

 span { border-color: rgb(14,25,2); }

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