#1F340E

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

Shades of Pine Tree #1F340E

Tints of Pine Tree #1F340E

Color information

#1F340E (or 0x1F340E) is unknown color: approx Pine Tree. HEX triplet: 1F, 34 and 0E. RGB value is (31,52,14). Sum of RGB (Red+Green+Blue) = 31+52+14=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #1F340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F340E is #E0CBF1. Grayscale: #292929. Windows color (decimal): -14732274 or 930847. OLE color: 930847.

HSL color Cylindrical-coordinate representation of color #1F340E: hue angle of 93.16º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F340E is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB315214-
CMYK0.4000.730.80
HSL93.16º57.58%12.94%-
HSV(B)93.16º73.08%20.39%-
XYZ1.872.780.85-
YUV41.39112.54120.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 52 (20.70% from 255) = 53.61%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=31.96%
G=53.61%
B=14.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152140.4000.730.8093.1657.5812.94
Hex1F34E28049505d3ad
Octal3764165001111201357215
Binary11111110100111010100001001001101000010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F340E; }

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

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

<style>
 a { background-color: #1F340E; }

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

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

<style>
 span { border-color: #1F340E; }

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

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