#1F320C

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

Shades of Pine Tree #1F320C

Tints of Pine Tree #1F320C

Color information

#1F320C (or 0x1F320C) is unknown color: approx Pine Tree. HEX triplet: 1F, 32 and 0C. RGB value is (31,50,12). Sum of RGB (Red+Green+Blue) = 31+50+12=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #1F320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F320C is #E0CDF3. Grayscale: #282828. Windows color (decimal): -14732788 or 799263. OLE color: 799263.

HSL color Cylindrical-coordinate representation of color #1F320C: hue angle of 90º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F320C is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB315012-
CMYK0.3800.760.80
HSL90º61.29%12.16%-
HSV(B)90º76%19.61%-
XYZ1.772.60.76-
YUV39.99112.21121.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=33.33%
G=53.76%
B=12.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150120.3800.760.809061.2912.16
Hex1F32C2604C505a3dc
Octal3762144601141201327514
Binary11111110010110010011001001100101000010110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,12); }

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

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

 a { background-color: rgb(31,50,12); }

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

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

 span { border-color: rgb(31,50,12); }

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