#27410E

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

Shades of Pine Tree #27410E

Tints of Pine Tree #27410E

Color information

#27410E (or 0x27410E) is unknown color: approx Pine Tree. HEX triplet: 27, 41 and 0E. RGB value is (39,65,14). Sum of RGB (Red+Green+Blue) = 39+65+14=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #27410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27410E is #D8BEF1. Grayscale: #333333. Windows color (decimal): -14204658 or 934183. OLE color: 934183.

HSL color Cylindrical-coordinate representation of color #27410E: hue angle of 90.59º degrees, saturation: 0.65, 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 #27410E is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB396514-
CMYK0.4000.780.75
HSL90.59º64.56%15.49%-
HSV(B)90.59º78.46%25.49%-
XYZ2.814.241.09-
YUV51.41106.89119.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 14 (5.86% from 255) = 11.86%
R=33.05%
G=55.08%
B=11.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965140.4000.780.7590.5964.5615.49
Hex2741E2804E4B5b41f
Octal471011650011611313310117
Binary10011110000011110101000010011101001011101101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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