#27400E

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

Shades of Pine Tree #27400E

Tints of Pine Tree #27400E

Color information

#27400E (or 0x27400E) is unknown color: approx Pine Tree. HEX triplet: 27, 40 and 0E. RGB value is (39,64,14). Sum of RGB (Red+Green+Blue) = 39+64+14=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #27400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27400E is #D8BFF1. Grayscale: #323232. Windows color (decimal): -14204914 or 933927. OLE color: 933927.

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

Color convert

RGB396414-
CMYK0.3900.780.75
HSL90º64.1%15.29%-
HSV(B)90º78.12%25.1%-
XYZ2.754.131.07-
YUV50.82107.22119.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=33.33%
G=54.70%
B=11.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964140.3900.780.759064.115.29
Hex2740E2704E4B5a40f
Octal471001647011611313210017
Binary10011110000001110100111010011101001011101101010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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