#273013

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

Shades of Pine Tree #273013

Tints of Pine Tree #273013

Color information

#273013 (or 0x273013) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 13. RGB value is (39,48,19). Sum of RGB (Red+Green+Blue) = 39+48+19=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #273013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273013 is #D8CFEC. Grayscale: #2A2A2A. Windows color (decimal): -14209005 or 1257511. OLE color: 1257511.

HSL color Cylindrical-coordinate representation of color #273013: hue angle of 78.62º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #273013 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB394819-
CMYK0.1900.600.81
HSL78.62º43.28%13.14%-
HSV(B)78.62º60.42%18.82%-
XYZ2.012.591.01-
YUV42115.02125.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=36.79%
G=45.28%
B=17.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948190.1900.600.8178.6243.2813.14
Hex2730131303C514f2bd
Octal476023230741211175315
Binary10011111000010011100110111100101000110011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273013; }

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

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

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

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

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

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

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

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