#1F2A11

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

Shades of Pine Tree #1F2A11

Tints of Pine Tree #1F2A11

Color information

#1F2A11 (or 0x1F2A11) is unknown color: approx Pine Tree. HEX triplet: 1F, 2A and 11. RGB value is (31,42,17). Sum of RGB (Red+Green+Blue) = 31+42+17=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 42 (16.80% from 255 or 46.67% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 42 - color contains mainly: green. Hex color #1F2A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2A11 is #E0D5EE. Grayscale: #232323. Windows color (decimal): -14734831 or 1124895. OLE color: 1124895.

HSL color Cylindrical-coordinate representation of color #1F2A11: hue angle of 86.4º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F2A11 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB314217-
CMYK0.2600.600.84
HSL86.4º42.37%11.57%-
HSV(B)86.4º59.52%16.47%-
XYZ1.491.990.84-
YUV35.86117.36124.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 42 (16.80% from 255) = 46.67%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=34.44%
G=46.67%
B=18.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3142170.2600.600.8486.442.3711.57
Hex1F2A111A03C54562ac
Octal375221320741241265214
Binary1111110101010001110100111100101010010101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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