#27301C

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

Shades of Pine Tree #27301C

Tints of Pine Tree #27301C

Color information

#27301C (or 0x27301C) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 1C. RGB value is (39,48,28). Sum of RGB (Red+Green+Blue) = 39+48+28=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #27301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27301C is #D8CFE3. Grayscale: #2B2B2B. Windows color (decimal): -14208996 or 1847335. OLE color: 1847335.

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

Color convert

RGB394828-
CMYK0.1900.420.81
HSL87º26.32%14.9%-
HSV(B)87º41.67%18.82%-
XYZ2.12.631.5-
YUV43.03119.52125.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=33.91%
G=41.74%
B=24.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948280.1900.420.818726.3214.9
Hex27301C1302A51571af
Octal476034230521211273217
Binary1001111100001110010011010101010100011010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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