#1F231C

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

Shades of Pine Tree #1F231C

Tints of Pine Tree #1F231C

Color information

#1F231C (or 0x1F231C) is unknown color: approx Pine Tree. HEX triplet: 1F, 23 and 1C. RGB value is (31,35,28). Sum of RGB (Red+Green+Blue) = 31+35+28=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 35 - color contains mainly: green. Hex color #1F231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F231C is #E0DCE3. Grayscale: #212121. Windows color (decimal): -14736612 or 1843999. OLE color: 1843999.

HSL color Cylindrical-coordinate representation of color #1F231C: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1F231C is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB313528-
CMYK0.1100.200.86
HSL94.29º11.11%12.35%-
HSV(B)94.29º20%13.73%-
XYZ1.381.581.33-
YUV33.01125.17126.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=32.98%
G=37.23%
B=29.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3135280.1100.200.8694.2911.1112.35
Hex1F231CB014565ebc
Octal374334130241261361314
Binary111111000111110010110101001010110101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,28); }

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

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

 a { background-color: rgb(31,35,28); }

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

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

 span { border-color: rgb(31,35,28); }

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