#273416

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

Shades of Pine Tree #273416

Tints of Pine Tree #273416

Color information

#273416 (or 0x273416) is unknown color: approx Pine Tree. HEX triplet: 27, 34 and 16. RGB value is (39,52,22). Sum of RGB (Red+Green+Blue) = 39+52+22=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #273416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273416 is #D8CBE9. Grayscale: #2C2C2C. Windows color (decimal): -14207978 or 1455143. OLE color: 1455143.

HSL color Cylindrical-coordinate representation of color #273416: hue angle of 86º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #273416 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB395222-
CMYK0.2500.580.80
HSL86º40.54%14.51%-
HSV(B)86º57.69%20.39%-
XYZ2.212.951.21-
YUV44.69115.19123.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=34.51%
G=46.02%
B=19.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952220.2500.580.808640.5414.51
Hex2734161903A505629f
Octal476426310721201265117
Binary10011111010010110110010111010101000010101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273416; }

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

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

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

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

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

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

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

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