#273210

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

Shades of Pine Tree #273210

Tints of Pine Tree #273210

Color information

#273210 (or 0x273210) is unknown color: approx Pine Tree. HEX triplet: 27, 32 and 10. RGB value is (39,50,16). Sum of RGB (Red+Green+Blue) = 39+50+16=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #273210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273210 is #D8CDEF. Grayscale: #2A2A2A. Windows color (decimal): -14208496 or 1061415. OLE color: 1061415.

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

Color convert

RGB395016-
CMYK0.2200.680.80
HSL79.41º51.52%12.94%-
HSV(B)79.41º68%19.61%-
XYZ2.072.750.91-
YUV42.83112.86125.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=37.14%
G=47.62%
B=15.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950160.2200.680.8079.4151.5212.94
Hex27321016044504f34d
Octal4762202601041201176415
Binary100111110010100001011001000100101000010011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273210; }

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

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

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

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

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

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

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

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