#273215

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

Shades of Pine Tree #273215

Tints of Pine Tree #273215

Color information

#273215 (or 0x273215) is unknown color: approx Pine Tree. HEX triplet: 27, 32 and 15. RGB value is (39,50,21). Sum of RGB (Red+Green+Blue) = 39+50+21=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #273215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273215 is #D8CDEA. Grayscale: #2B2B2B. Windows color (decimal): -14208491 or 1389095. OLE color: 1389095.

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

Color convert

RGB395021-
CMYK0.2200.580.80
HSL82.76º40.85%13.92%-
HSV(B)82.76º58%19.61%-
XYZ2.112.771.13-
YUV43.4115.36124.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=35.45%
G=45.45%
B=19.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950210.2200.580.8082.7640.8513.92
Hex2732151603A505329e
Octal476225260721201235116
Binary10011111001010101101100111010101000010100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273215; }

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

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

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

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

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

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

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

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