#1F370D

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

Shades of Pine Tree #1F370D

Tints of Pine Tree #1F370D

Color information

#1F370D (or 0x1F370D) is unknown color: approx Pine Tree. HEX triplet: 1F, 37 and 0D. RGB value is (31,55,13). Sum of RGB (Red+Green+Blue) = 31+55+13=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #1F370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F370D is #E0C8F2. Grayscale: #2B2B2B. Windows color (decimal): -14731507 or 866079. OLE color: 866079.

HSL color Cylindrical-coordinate representation of color #1F370D: hue angle of 94.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F370D is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB315513-
CMYK0.4400.760.78
HSL94.29º61.76%13.33%-
HSV(B)94.29º76.36%21.57%-
XYZ23.050.86-
YUV43.04111.05119.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 55 (21.88% from 255) = 55.56%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=31.31%
G=55.56%
B=13.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3155130.4400.760.7894.2961.7613.33
Hex1F37D2C04C4E5e3ed
Octal3767155401141161367615
Binary11111110111110110110001001100100111010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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