#273418

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

Shades of Pine Tree #273418

Tints of Pine Tree #273418

Color information

#273418 (or 0x273418) is unknown color: approx Pine Tree. HEX triplet: 27, 34 and 18. RGB value is (39,52,24). Sum of RGB (Red+Green+Blue) = 39+52+24=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #273418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273418 is #D8CBE7. Grayscale: #2D2D2D. Windows color (decimal): -14207976 or 1586215. OLE color: 1586215.

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

Color convert

RGB395224-
CMYK0.2500.540.80
HSL87.86º36.84%14.9%-
HSV(B)87.86º53.85%20.39%-
XYZ2.232.951.32-
YUV44.92116.19123.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=33.91%
G=45.22%
B=20.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952240.2500.540.8087.8636.8414.9
Hex27341819036505825f
Octal476430310661201304517
Binary10011111010011000110010110110101000010110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273418; }

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

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

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

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

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

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

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

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