#1F2714

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

Shades of Pine Tree #1F2714

Tints of Pine Tree #1F2714

Color information

#1F2714 (or 0x1F2714) is unknown color: approx Pine Tree. HEX triplet: 1F, 27 and 14. RGB value is (31,39,20). Sum of RGB (Red+Green+Blue) = 31+39+20=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2714 is #E0D8EB. Grayscale: #222222. Windows color (decimal): -14735596 or 1320735. OLE color: 1320735.

HSL color Cylindrical-coordinate representation of color #1F2714: hue angle of 85.26º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F2714 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB313920-
CMYK0.2100.490.85
HSL85.26º32.2%11.57%-
HSV(B)85.26º48.72%15.29%-
XYZ1.421.790.93-
YUV34.44119.85125.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 39 (15.62% from 255) = 43.33%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=34.44%
G=43.33%
B=22.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3139200.2100.490.8585.2632.211.57
Hex1F271415031555520c
Octal374724250611251254014
Binary1111110011110100101010110001101010110101011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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