#273115

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

Shades of Pine Tree #273115

Tints of Pine Tree #273115

Color information

#273115 (or 0x273115) is unknown color: approx Pine Tree. HEX triplet: 27, 31 and 15. RGB value is (39,49,21). Sum of RGB (Red+Green+Blue) = 39+49+21=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #273115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273115 is #D8CEEA. Grayscale: #2A2A2A. Windows color (decimal): -14208747 or 1388839. OLE color: 1388839.

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

Color convert

RGB394921-
CMYK0.2000.570.81
HSL81.43º40%13.73%-
HSV(B)81.43º57.14%19.22%-
XYZ2.072.681.12-
YUV42.82115.69125.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=35.78%
G=44.95%
B=19.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949210.2000.570.8181.434013.73
Hex27311514039515128e
Octal476125240711211215016
Binary10011111000110101101000111001101000110100011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273115; }

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

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

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

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

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

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

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

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