#27301D

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

Shades of Pine Tree #27301D

Tints of Pine Tree #27301D

Color information

#27301D (or 0x27301D) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 1D. RGB value is (39,48,29). Sum of RGB (Red+Green+Blue) = 39+48+29=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #27301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27301D is #D8CFE2. Grayscale: #2B2B2B. Windows color (decimal): -14208995 or 1912871. OLE color: 1912871.

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

Color convert

RGB394829-
CMYK0.1900.400.81
HSL88.42º24.68%15.1%-
HSV(B)88.42º39.58%18.82%-
XYZ2.122.631.56-
YUV43.14120.02125.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 29 (11.72% from 255) = 25%
R=33.62%
G=41.38%
B=25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948290.1900.400.8188.4224.6815.1
Hex27301D13028515819f
Octal476035230501211303117
Binary1001111100001110110011010100010100011011000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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