#1F2614

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

Shades of Pine Tree #1F2614

Tints of Pine Tree #1F2614

Color information

#1F2614 (or 0x1F2614) is unknown color: approx Pine Tree. HEX triplet: 1F, 26 and 14. RGB value is (31,38,20). Sum of RGB (Red+Green+Blue) = 31+38+20=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2614 is #E0D9EB. Grayscale: #212121. Windows color (decimal): -14735852 or 1320479. OLE color: 1320479.

HSL color Cylindrical-coordinate representation of color #1F2614: hue angle of 83.33º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F2614 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB313820-
CMYK0.1800.470.85
HSL83.33º31.03%11.37%-
HSV(B)83.33º47.37%14.9%-
XYZ1.381.730.92-
YUV33.85120.18125.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.83%
GREEN value IS 38 (15.23% from 255) = 42.70%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=34.83%
G=42.70%
B=22.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138200.1800.470.8583.3331.0311.37
Hex1F26141202F55531fb
Octal374624220571251233713
Binary111111001101010010010010111110101011010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,20); }

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

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

 a { background-color: rgb(31,38,20); }

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

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

 span { border-color: rgb(31,38,20); }

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