#27311D

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

Shades of Pine Tree #27311D

Tints of Pine Tree #27311D

Color information

#27311D (or 0x27311D) is unknown color: approx Pine Tree. HEX triplet: 27, 31 and 1D. RGB value is (39,49,29). Sum of RGB (Red+Green+Blue) = 39+49+29=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #27311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27311D is #D8CEE2. Grayscale: #2B2B2B. Windows color (decimal): -14208739 or 1913127. OLE color: 1913127.

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

Color convert

RGB394929-
CMYK0.2000.410.81
HSL90º25.64%15.29%-
HSV(B)90º40.82%19.22%-
XYZ2.162.721.57-
YUV43.73119.69124.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=33.33%
G=41.88%
B=24.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949290.2000.410.819025.6415.29
Hex27311D14029515a1af
Octal476135240511211323217
Binary1001111100011110110100010100110100011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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