#273018

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

Shades of Pine Tree #273018

Tints of Pine Tree #273018

Color information

#273018 (or 0x273018) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 18. RGB value is (39,48,24). Sum of RGB (Red+Green+Blue) = 39+48+24=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #273018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273018 is #D8CFE7. Grayscale: #2A2A2A. Windows color (decimal): -14209000 or 1585191. OLE color: 1585191.

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

Color convert

RGB394824-
CMYK0.1900.50.81
HSL82.5º33.33%14.12%-
HSV(B)82.5º50%18.82%-
XYZ2.062.611.26-
YUV42.57117.52125.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=35.14%
G=43.24%
B=21.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948240.1900.50.8182.533.3314.12
Hex27301813032515221e
Octal476030230621211224116
Binary10011111000011000100110110010101000110100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273018; }

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

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

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

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

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

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

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

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