#273316

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

Shades of Pine Tree #273316

Tints of Pine Tree #273316

Color information

#273316 (or 0x273316) is unknown color: approx Pine Tree. HEX triplet: 27, 33 and 16. RGB value is (39,51,22). Sum of RGB (Red+Green+Blue) = 39+51+22=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #273316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273316 is #D8CCE9. Grayscale: #2C2C2C. Windows color (decimal): -14208234 or 1454887. OLE color: 1454887.

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

Color convert

RGB395122-
CMYK0.2400.570.8
HSL84.83º39.73%14.31%-
HSV(B)84.83º56.86%20%-
XYZ2.172.861.2-
YUV44.11115.52124.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=34.82%
G=45.54%
B=19.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951220.2400.570.884.8339.7314.31
Hex27331618039505528e
Octal476326300711201255016
Binary10011111001110110110000111001101000010101011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273316; }

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

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

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

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

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

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

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

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