#273319

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

Shades of Pine Tree #273319

Tints of Pine Tree #273319

Color information

#273319 (or 0x273319) is unknown color: approx Pine Tree. HEX triplet: 27, 33 and 19. RGB value is (39,51,25). Sum of RGB (Red+Green+Blue) = 39+51+25=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #273319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273319 is #D8CCE6. Grayscale: #2C2C2C. Windows color (decimal): -14208231 or 1651495. OLE color: 1651495.

HSL color Cylindrical-coordinate representation of color #273319: hue angle of 87.69º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #273319 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB395125-
CMYK0.2400.510.8
HSL87.69º34.21%14.9%-
HSV(B)87.69º50.98%20%-
XYZ2.22.871.36-
YUV44.45117.02124.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=33.91%
G=44.35%
B=21.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951250.2400.510.887.6934.2114.9
Hex27331918033505822f
Octal476331300631201304217
Binary10011111001111001110000110011101000010110001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273319; }

 p { color: rgb(39,51,25); }

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

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

 a { background-color: rgb(39,51,25); }

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

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

 span { border-color: rgb(39,51,25); }

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