#27400F

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

Shades of Pine Tree #27400F

Tints of Pine Tree #27400F

Color information

#27400F (or 0x27400F) is unknown color: approx Pine Tree. HEX triplet: 27, 40 and 0F. RGB value is (39,64,15). Sum of RGB (Red+Green+Blue) = 39+64+15=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #27400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27400F is #D8BFF0. Grayscale: #333333. Windows color (decimal): -14204913 or 999463. OLE color: 999463.

HSL color Cylindrical-coordinate representation of color #27400F: hue angle of 90.61º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27400F is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB396415-
CMYK0.3900.770.75
HSL90.61º62.03%15.49%-
HSV(B)90.61º76.56%25.1%-
XYZ2.764.131.1-
YUV50.94107.72119.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=33.05%
G=54.24%
B=12.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964150.3900.770.7590.6162.0315.49
Hex2740F2704D4B5b3ef
Octal47100174701151131337617
Binary1001111000000111110011101001101100101110110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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