#27341A

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

Shades of Pine Tree #27341A

Tints of Pine Tree #27341A

Color information

#27341A (or 0x27341A) is unknown color: approx Pine Tree. HEX triplet: 27, 34 and 1A. RGB value is (39,52,26). Sum of RGB (Red+Green+Blue) = 39+52+26=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #27341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27341A is #D8CBE5. Grayscale: #2D2D2D. Windows color (decimal): -14207974 or 1717287. OLE color: 1717287.

HSL color Cylindrical-coordinate representation of color #27341A: hue angle of 90º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27341A is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB395226-
CMYK0.2500.500.80
HSL90º33.33%15.29%-
HSV(B)90º50%20.39%-
XYZ2.252.961.43-
YUV45.15117.19123.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952260.2500.500.809033.3315.29
Hex27341A19032505a21f
Octal476432310621201324117
Binary10011111010011010110010110010101000010110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27341A; }

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

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

<style>
 a { background-color: #27341A; }

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

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

<style>
 span { border-color: #27341A; }

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

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