#273212

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

Shades of Pine Tree #273212

Tints of Pine Tree #273212

Color information

#273212 (or 0x273212) is unknown color: approx Pine Tree. HEX triplet: 27, 32 and 12. RGB value is (39,50,18). Sum of RGB (Red+Green+Blue) = 39+50+18=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #273212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273212 is #D8CDED. Grayscale: #2B2B2B. Windows color (decimal): -14208494 or 1192487. OLE color: 1192487.

HSL color Cylindrical-coordinate representation of color #273212: hue angle of 80.62º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #273212 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB395018-
CMYK0.2200.640.80
HSL80.62º47.06%13.33%-
HSV(B)80.62º64%19.61%-
XYZ2.092.760.99-
YUV43.06113.86125.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=36.45%
G=46.73%
B=16.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950180.2200.640.8080.6247.0613.33
Hex2732121604050512fd
Octal4762222601001201215715
Binary100111110010100101011001000000101000010100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273212; }

 p { color: rgb(39,50,18); }

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

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

 a { background-color: rgb(39,50,18); }

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

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

 span { border-color: rgb(39,50,18); }

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