#1F2B11

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

Shades of Pine Tree #1F2B11

Tints of Pine Tree #1F2B11

Color information

#1F2B11 (or 0x1F2B11) is unknown color: approx Pine Tree. HEX triplet: 1F, 2B and 11. RGB value is (31,43,17). Sum of RGB (Red+Green+Blue) = 31+43+17=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #1F2B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2B11 is #E0D4EE. Grayscale: #242424. Windows color (decimal): -14734575 or 1125151. OLE color: 1125151.

HSL color Cylindrical-coordinate representation of color #1F2B11: hue angle of 87.69º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F2B11 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB314317-
CMYK0.2800.600.83
HSL87.69º43.33%11.76%-
HSV(B)87.69º60.47%16.86%-
XYZ1.532.060.85-
YUV36.45117.02124.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 43 (17.19% from 255) = 47.25%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=34.07%
G=47.25%
B=18.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3143170.2800.600.8387.6943.3311.76
Hex1F2B111C03C53582bc
Octal375321340741231305314
Binary1111110101110001111000111100101001110110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,43,17); }

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

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

 a { background-color: rgb(31,43,17); }

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

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

 span { border-color: rgb(31,43,17); }

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