#1B220D

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

Shades of Pine Tree #1B220D

Tints of Pine Tree #1B220D

Color information

#1B220D (or 0x1B220D) is unknown color: approx Pine Tree. HEX triplet: 1B, 22 and 0D. RGB value is (27,34,13). Sum of RGB (Red+Green+Blue) = 27+34+13=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 34 - color contains mainly: green. Hex color #1B220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B220D is #E4DDF2. Grayscale: #1D1D1D. Windows color (decimal): -14999027 or 860699. OLE color: 860699.

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

Color convert

RGB273413-
CMYK0.2100.620.87
HSL80º44.68%9.22%-
HSV(B)80º61.76%13.33%-
XYZ1.11.410.59-
YUV29.51118.68126.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 34 (13.67% from 255) = 45.95%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=36.49%
G=45.95%
B=17.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2734130.2100.620.878044.689.22
Hex1B22D1503E57502d9
Octal334215250761271205511
Binary110111000101101101010111110101011110100001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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