#1B270F

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

Shades of Pine Tree #1B270F

Tints of Pine Tree #1B270F

Color information

#1B270F (or 0x1B270F) is unknown color: approx Pine Tree. HEX triplet: 1B, 27 and 0F. RGB value is (27,39,15). Sum of RGB (Red+Green+Blue) = 27+39+15=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #1B270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B270F is #E4D8F0. Grayscale: #202020. Windows color (decimal): -14997745 or 993051. OLE color: 993051.

HSL color Cylindrical-coordinate representation of color #1B270F: hue angle of 90º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B270F is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB273915-
CMYK0.3100.620.85
HSL90º44.44%10.59%-
HSV(B)90º61.54%15.29%-
XYZ1.261.720.72-
YUV32.68118.02123.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 48.15%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=33.33%
G=48.15%
B=18.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2739150.3100.620.859044.4410.59
Hex1B27F1F03E555a2cb
Octal334717370761251325413
Binary110111001111111111110111110101010110110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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