#0E1F05

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

Shades of Pine Tree #0E1F05

Tints of Pine Tree #0E1F05

Color information

#0E1F05 (or 0x0E1F05) is unknown color: approx Pine Tree. HEX triplet: 0E, 1F and 05. RGB value is (14,31,5). Sum of RGB (Red+Green+Blue) = 14+31+5=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F05 is #F1E0FA. Grayscale: #171717. Windows color (decimal): -15851771 or 335630. OLE color: 335630.

HSL color Cylindrical-coordinate representation of color #0E1F05: hue angle of 99.23º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1F05 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB14315-
CMYK0.5500.840.88
HSL99.23º72.22%7.06%-
HSV(B)99.23º83.87%12.16%-
XYZ0.71.080.32-
YUV22.95117.87121.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28%
GREEN value IS 31 (12.5% from 255) = 62%
BLUE value IS 5 (2.34% from 255) = 10%
R=28%
G=62%
B=10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal143150.5500.840.8899.2372.227.06
HexE1F5370545863487
Octal163756701241301431107
Binary11101111110111011101010100101100011000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,31,5); }

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

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

 a { background-color: rgb(14,31,5); }

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

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

 span { border-color: rgb(14,31,5); }

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