#273318

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

Shades of Pine Tree #273318

Tints of Pine Tree #273318

Color information

#273318 (or 0x273318) is unknown color: approx Pine Tree. HEX triplet: 27, 33 and 18. RGB value is (39,51,24). Sum of RGB (Red+Green+Blue) = 39+51+24=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #273318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273318 is #D8CCE7. Grayscale: #2C2C2C. Windows color (decimal): -14208232 or 1585959. OLE color: 1585959.

HSL color Cylindrical-coordinate representation of color #273318: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #273318 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB395124-
CMYK0.2400.530.8
HSL86.67º36%14.71%-
HSV(B)86.67º52.94%20%-
XYZ2.192.861.3-
YUV44.33116.52124.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=34.21%
G=44.74%
B=21.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951240.2400.530.886.673614.71
Hex27331818035505724f
Octal476330300651201274417
Binary10011111001111000110000110101101000010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273318; }

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

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

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

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

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

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

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

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