#273116

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

Shades of Pine Tree #273116

Tints of Pine Tree #273116

Color information

#273116 (or 0x273116) is unknown color: approx Pine Tree. HEX triplet: 27, 31 and 16. RGB value is (39,49,22). Sum of RGB (Red+Green+Blue) = 39+49+22=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #273116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273116 is #D8CEE9. Grayscale: #2B2B2B. Windows color (decimal): -14208746 or 1454375. OLE color: 1454375.

HSL color Cylindrical-coordinate representation of color #273116: hue angle of 82.22º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #273116 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB394922-
CMYK0.2000.550.81
HSL82.22º38.03%13.92%-
HSV(B)82.22º55.1%19.22%-
XYZ2.082.691.17-
YUV42.93116.19125.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 22 (8.98% from 255) = 20%
R=35.45%
G=44.55%
B=20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949220.2000.550.8182.2238.0313.92
Hex27311614037515226e
Octal476126240671211224616
Binary10011111000110110101000110111101000110100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273116; }

 p { color: rgb(39,49,22); }

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

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

 a { background-color: rgb(39,49,22); }

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

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

 span { border-color: rgb(39,49,22); }

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