#27311B

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

Shades of Pine Tree #27311B

Tints of Pine Tree #27311B

Color information

#27311B (or 0x27311B) is unknown color: approx Pine Tree. HEX triplet: 27, 31 and 1B. RGB value is (39,49,27). Sum of RGB (Red+Green+Blue) = 39+49+27=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #27311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27311B is #D8CEE4. Grayscale: #2B2B2B. Windows color (decimal): -14208741 or 1782055. OLE color: 1782055.

HSL color Cylindrical-coordinate representation of color #27311B: hue angle of 87.27º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #27311B is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB394927-
CMYK0.2000.450.81
HSL87.27º28.95%14.9%-
HSV(B)87.27º44.9%19.22%-
XYZ2.132.711.45-
YUV43.5118.69124.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=33.91%
G=42.61%
B=23.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949270.2000.450.8187.2728.9514.9
Hex27311B1402D51571df
Octal476133240551211273517
Binary1001111100011101110100010110110100011010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27311B; }

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

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

<style>
 a { background-color: #27311B; }

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

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

<style>
 span { border-color: #27311B; }

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

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