#27340B

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

Shades of Pine Tree #27340B

Tints of Pine Tree #27340B

Color information

#27340B (or 0x27340B) is unknown color: approx Pine Tree. HEX triplet: 27, 34 and 0B. RGB value is (39,52,11). Sum of RGB (Red+Green+Blue) = 39+52+11=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #27340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27340B is #D8CBF4. Grayscale: #2B2B2B. Windows color (decimal): -14207989 or 734247. OLE color: 734247.

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

Color convert

RGB395211-
CMYK0.2500.790.80
HSL79.02º65.08%12.35%-
HSV(B)79.02º78.85%20.39%-
XYZ2.132.910.77-
YUV43.44109.69124.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=38.24%
G=50.98%
B=10.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952110.2500.790.8079.0265.0812.35
Hex2734B1904F504f41c
Octal47641331011712011710114
Binary100111110100101111001010011111010000100111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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