#1B2711

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

Shades of Pine Tree #1B2711

Tints of Pine Tree #1B2711

Color information

#1B2711 (or 0x1B2711) is unknown color: approx Pine Tree. HEX triplet: 1B, 27 and 11. RGB value is (27,39,17). Sum of RGB (Red+Green+Blue) = 27+39+17=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #1B2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2711 is #E4D8EE. Grayscale: #202020. Windows color (decimal): -14997743 or 1124123. OLE color: 1124123.

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

Color convert

RGB273917-
CMYK0.3100.560.85
HSL92.73º39.29%10.98%-
HSV(B)92.73º56.41%15.29%-
XYZ1.281.720.8-
YUV32.9119.02123.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.53%
GREEN value IS 39 (15.62% from 255) = 46.99%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=32.53%
G=46.99%
B=20.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2739170.3100.560.8592.7339.2910.98
Hex1B27111F038555d27b
Octal334721370701251354713
Binary1101110011110001111110111000101010110111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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