#273015

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

Shades of Pine Tree #273015

Tints of Pine Tree #273015

Color information

#273015 (or 0x273015) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 15. RGB value is (39,48,21). Sum of RGB (Red+Green+Blue) = 39+48+21=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #273015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273015 is #D8CFEA. Grayscale: #2A2A2A. Windows color (decimal): -14209003 or 1388583. OLE color: 1388583.

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

Color convert

RGB394821-
CMYK0.1900.560.81
HSL80º39.13%13.53%-
HSV(B)80º56.25%18.82%-
XYZ2.032.61.1-
YUV42.23116.02125.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=36.11%
G=44.44%
B=19.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948210.1900.560.818039.1313.53
Hex27301513038515027e
Octal476025230701211204716
Binary10011111000010101100110111000101000110100001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273015; }

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

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

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

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

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

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

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

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