#27340F

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

Shades of Pine Tree #27340F

Tints of Pine Tree #27340F

Color information

#27340F (or 0x27340F) is unknown color: approx Pine Tree. HEX triplet: 27, 34 and 0F. RGB value is (39,52,15). Sum of RGB (Red+Green+Blue) = 39+52+15=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #27340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27340F is #D8CBF0. Grayscale: #2C2C2C. Windows color (decimal): -14207985 or 996391. OLE color: 996391.

HSL color Cylindrical-coordinate representation of color #27340F: hue angle of 81.08º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27340F is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB395215-
CMYK0.2500.710.80
HSL81.08º55.22%13.14%-
HSV(B)81.08º71.15%20.39%-
XYZ2.152.920.9-
YUV43.9111.69124.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=36.79%
G=49.06%
B=14.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952150.2500.710.8081.0855.2213.14
Hex2734F19047505137d
Octal4764173101071201216715
Binary10011111010011111100101000111101000010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27340F; }

 p { color: rgb(39,52,15); }

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

<style>
 a { background-color: #27340F; }

 a { background-color: rgb(39,52,15); }

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

<style>
 span { border-color: #27340F; }

 span { border-color: rgb(39,52,15); }

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