#1B220C

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

Shades of Pine Tree #1B220C

Tints of Pine Tree #1B220C

Color information

#1B220C (or 0x1B220C) is unknown color: approx Pine Tree. HEX triplet: 1B, 22 and 0C. RGB value is (27,34,12). Sum of RGB (Red+Green+Blue) = 27+34+12=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 34 - color contains mainly: green. Hex color #1B220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B220C is #E4DDF3. Grayscale: #1D1D1D. Windows color (decimal): -14999028 or 795163. OLE color: 795163.

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

Color convert

RGB273412-
CMYK0.2100.650.87
HSL79.09º47.83%9.02%-
HSV(B)79.09º64.71%13.33%-
XYZ1.091.40.56-
YUV29.4118.18126.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 34 (13.67% from 255) = 46.58%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=36.99%
G=46.58%
B=16.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2734120.2100.650.8779.0947.839.02
Hex1B22C15041574f309
Octal3342142501011271176011
Binary1101110001011001010101000001101011110011111100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,34,12); }

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

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

 a { background-color: rgb(27,34,12); }

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

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

 span { border-color: rgb(27,34,12); }

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