#27321C

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

Shades of Pine Tree #27321C

Tints of Pine Tree #27321C

Color information

#27321C (or 0x27321C) is unknown color: approx Pine Tree. HEX triplet: 27, 32 and 1C. RGB value is (39,50,28). Sum of RGB (Red+Green+Blue) = 39+50+28=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #27321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27321C is #D8CDE3. Grayscale: #2C2C2C. Windows color (decimal): -14208484 or 1847847. OLE color: 1847847.

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

Color convert

RGB395028-
CMYK0.2200.440.80
HSL90º28.21%15.29%-
HSV(B)90º44%19.61%-
XYZ2.192.81.52-
YUV44.2118.86124.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=33.33%
G=42.74%
B=23.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950280.2200.440.809028.2115.29
Hex27321C1602C505a1cf
Octal476234260541201323417
Binary1001111100101110010110010110010100001011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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