#1F340D

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

Shades of Pine Tree #1F340D

Tints of Pine Tree #1F340D

Color information

#1F340D (or 0x1F340D) is unknown color: approx Pine Tree. HEX triplet: 1F, 34 and 0D. RGB value is (31,52,13). Sum of RGB (Red+Green+Blue) = 31+52+13=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #1F340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F340D is #E0CBF2. Grayscale: #292929. Windows color (decimal): -14732275 or 865311. OLE color: 865311.

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

Color convert

RGB315213-
CMYK0.4000.750.80
HSL92.31º60%12.75%-
HSV(B)92.31º75%20.39%-
XYZ1.872.780.82-
YUV41.28112.04120.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 52 (20.70% from 255) = 54.17%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=32.29%
G=54.17%
B=13.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152130.4000.750.8092.316012.75
Hex1F34D2804B505c3cd
Octal3764155001131201347415
Binary11111110100110110100001001011101000010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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