#1F221C

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

Shades of Pine Tree #1F221C

Tints of Pine Tree #1F221C

Color information

#1F221C (or 0x1F221C) is unknown color: approx Pine Tree. HEX triplet: 1F, 22 and 1C. RGB value is (31,34,28). Sum of RGB (Red+Green+Blue) = 31+34+28=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 34 - color contains mainly: green. Hex color #1F221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F221C is #E0DDE3. Grayscale: #202020. Windows color (decimal): -14736868 or 1843743. OLE color: 1843743.

HSL color Cylindrical-coordinate representation of color #1F221C: hue angle of 90º degrees, saturation: 0.1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1F221C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB313428-
CMYK0.0900.180.87
HSL90º9.68%12.16%-
HSV(B)90º17.65%13.33%-
XYZ1.351.521.32-
YUV32.42125.51126.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=33.33%
G=36.56%
B=30.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3134280.0900.180.87909.6812.16
Hex1F221C9012575aac
Octal374234110221271321214
Binary111111000101110010010100101010111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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