#27350D

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

Shades of Pine Tree #27350D

Tints of Pine Tree #27350D

Color information

#27350D (or 0x27350D) is unknown color: approx Pine Tree. HEX triplet: 27, 35 and 0D. RGB value is (39,53,13). Sum of RGB (Red+Green+Blue) = 39+53+13=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #27350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27350D is #D8CAF2. Grayscale: #2C2C2C. Windows color (decimal): -14207731 or 865575. OLE color: 865575.

HSL color Cylindrical-coordinate representation of color #27350D: hue angle of 81º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27350D is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB395313-
CMYK0.2600.750.79
HSL81º60.61%12.94%-
HSV(B)81º75.47%20.78%-
XYZ2.183.010.85-
YUV44.25110.36124.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 53 (21.09% from 255) = 50.48%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=37.14%
G=50.48%
B=12.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3953130.2600.750.798160.6112.94
Hex2735D1A04B4F513dd
Octal4765153201131171217515
Binary10011111010111011101001001011100111110100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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