#273218

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

Shades of Pine Tree #273218

Tints of Pine Tree #273218

Color information

#273218 (or 0x273218) is unknown color: approx Pine Tree. HEX triplet: 27, 32 and 18. RGB value is (39,50,24). Sum of RGB (Red+Green+Blue) = 39+50+24=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #273218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273218 is #D8CDE7. Grayscale: #2B2B2B. Windows color (decimal): -14208488 or 1585703. OLE color: 1585703.

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

Color convert

RGB395024-
CMYK0.2200.520.80
HSL85.38º35.14%14.51%-
HSV(B)85.38º52%19.61%-
XYZ2.142.781.29-
YUV43.75116.86124.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=34.51%
G=44.25%
B=21.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950240.2200.520.8085.3835.1414.51
Hex27321816034505523f
Octal476230260641201254317
Binary10011111001011000101100110100101000010101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273218; }

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

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

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

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

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

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

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

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