#27400D

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

Shades of Pine Tree #27400D

Tints of Pine Tree #27400D

Color information

#27400D (or 0x27400D) is unknown color: approx Pine Tree. HEX triplet: 27, 40 and 0D. RGB value is (39,64,13). Sum of RGB (Red+Green+Blue) = 39+64+13=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #27400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27400D is #D8BFF2. Grayscale: #323232. Windows color (decimal): -14204915 or 868391. OLE color: 868391.

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

Color convert

RGB396413-
CMYK0.3900.800.75
HSL89.41º66.23%15.1%-
HSV(B)89.41º79.69%25.1%-
XYZ2.744.131.03-
YUV50.71106.72119.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=33.62%
G=55.17%
B=11.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964130.3900.800.7589.4166.2315.1
Hex2740D270504B5942f
Octal471001547012011313110217
Binary10011110000001101100111010100001001011101100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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