#27320C

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

Shades of Pine Tree #27320C

Tints of Pine Tree #27320C

Color information

#27320C (or 0x27320C) is unknown color: approx Pine Tree. HEX triplet: 27, 32 and 0C. RGB value is (39,50,12). Sum of RGB (Red+Green+Blue) = 39+50+12=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #27320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27320C is #D8CDF3. Grayscale: #2A2A2A. Windows color (decimal): -14208500 or 799271. OLE color: 799271.

HSL color Cylindrical-coordinate representation of color #27320C: hue angle of 77.37º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27320C is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB395012-
CMYK0.2200.760.80
HSL77.37º61.29%12.16%-
HSV(B)77.37º76%19.61%-
XYZ2.042.740.77-
YUV42.38110.86125.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.61%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=38.61%
G=49.50%
B=11.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950120.2200.760.8077.3761.2912.16
Hex2732C1604C504d3dc
Octal4762142601141201157514
Binary10011111001011001011001001100101000010011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27320C; }

 p { color: rgb(39,50,12); }

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

<style>
 a { background-color: #27320C; }

 a { background-color: rgb(39,50,12); }

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

<style>
 span { border-color: #27320C; }

 span { border-color: rgb(39,50,12); }

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