#1B2C0F

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

Shades of Pine Tree #1B2C0F

Tints of Pine Tree #1B2C0F

Color information

#1B2C0F (or 0x1B2C0F) is unknown color: approx Pine Tree. HEX triplet: 1B, 2C and 0F. RGB value is (27,44,15). Sum of RGB (Red+Green+Blue) = 27+44+15=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2C0F is #E4D3F0. Grayscale: #232323. Windows color (decimal): -14996465 or 994331. OLE color: 994331.

HSL color Cylindrical-coordinate representation of color #1B2C0F: hue angle of 95.17º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B2C0F is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB274415-
CMYK0.3900.660.83
HSL95.17º49.15%11.57%-
HSV(B)95.17º65.91%17.25%-
XYZ1.442.070.78-
YUV35.61116.37121.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.40%
GREEN value IS 44 (17.58% from 255) = 51.16%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=31.40%
G=51.16%
B=17.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2744150.3900.660.8395.1749.1511.57
Hex1B2CF27042535f31c
Octal3354174701021231376114
Binary11011101100111110011101000010101001110111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,44,15); }

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

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

 a { background-color: rgb(27,44,15); }

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

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

 span { border-color: rgb(27,44,15); }

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