#1B320B

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

Shades of Pine Tree #1B320B

Tints of Pine Tree #1B320B

Color information

#1B320B (or 0x1B320B) is unknown color: approx Pine Tree. HEX triplet: 1B, 32 and 0B. RGB value is (27,50,11). Sum of RGB (Red+Green+Blue) = 27+50+11=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #1B320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B320B is #E4CDF4. Grayscale: #262626. Windows color (decimal): -14994933 or 733723. OLE color: 733723.

HSL color Cylindrical-coordinate representation of color #1B320B: hue angle of 95.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B320B is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB275011-
CMYK0.4600.780.80
HSL95.38º63.93%11.96%-
HSV(B)95.38º78%19.61%-
XYZ1.652.540.72-
YUV38.68112.38119.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 50 (19.92% from 255) = 56.82%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=30.68%
G=56.82%
B=12.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2750110.4600.780.8095.3863.9311.96
Hex1B32B2E04E505f40c
Octal33621356011612013710014
Binary110111100101011101110010011101010000101111110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,50,11); }

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

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

 a { background-color: rgb(27,50,11); }

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

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

 span { border-color: rgb(27,50,11); }

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