#1F320D

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

Shades of Pine Tree #1F320D

Tints of Pine Tree #1F320D

Color information

#1F320D (or 0x1F320D) is unknown color: approx Pine Tree. HEX triplet: 1F, 32 and 0D. RGB value is (31,50,13). Sum of RGB (Red+Green+Blue) = 31+50+13=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #1F320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F320D is #E0CDF2. Grayscale: #282828. Windows color (decimal): -14732787 or 864799. OLE color: 864799.

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

Color convert

RGB315013-
CMYK0.3800.740.80
HSL90.81º58.73%12.35%-
HSV(B)90.81º74%19.61%-
XYZ1.782.60.79-
YUV40.1112.71121.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=32.98%
G=53.19%
B=13.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150130.3800.740.8090.8158.7312.35
Hex1F32D2604A505b3bc
Octal3762154601121201337314
Binary11111110010110110011001001010101000010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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