#273014

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

Shades of Pine Tree #273014

Tints of Pine Tree #273014

Color information

#273014 (or 0x273014) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 14. RGB value is (39,48,20). Sum of RGB (Red+Green+Blue) = 39+48+20=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #273014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273014 is #D8CFEB. Grayscale: #2A2A2A. Windows color (decimal): -14209004 or 1323047. OLE color: 1323047.

HSL color Cylindrical-coordinate representation of color #273014: hue angle of 79.29º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #273014 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB394820-
CMYK0.1900.580.81
HSL79.29º41.18%13.33%-
HSV(B)79.29º58.33%18.82%-
XYZ2.022.61.06-
YUV42.12115.52125.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=36.45%
G=44.86%
B=18.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948200.1900.580.8179.2941.1813.33
Hex2730141303A514f29d
Octal476024230721211175115
Binary10011111000010100100110111010101000110011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273014; }

 p { color: rgb(39,48,20); }

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

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

 a { background-color: rgb(39,48,20); }

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

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

 span { border-color: rgb(39,48,20); }

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