#27410F

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

Shades of Pine Tree #27410F

Tints of Pine Tree #27410F

Color information

#27410F (or 0x27410F) is unknown color: approx Pine Tree. HEX triplet: 27, 41 and 0F. RGB value is (39,65,15). Sum of RGB (Red+Green+Blue) = 39+65+15=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #27410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27410F is #D8BEF0. Grayscale: #333333. Windows color (decimal): -14204657 or 999719. OLE color: 999719.

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

Color convert

RGB396515-
CMYK0.4000.770.75
HSL91.2º62.5%15.69%-
HSV(B)91.2º76.92%25.49%-
XYZ2.814.251.12-
YUV51.53107.39119.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=32.77%
G=54.62%
B=12.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965150.4000.770.7591.262.515.69
Hex2741F2804D4B5b3e10
Octal47101175001151131337620
Binary10011110000011111101000010011011001011101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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