#273312

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

Shades of Pine Tree #273312

Tints of Pine Tree #273312

Color information

#273312 (or 0x273312) is unknown color: approx Pine Tree. HEX triplet: 27, 33 and 12. RGB value is (39,51,18). Sum of RGB (Red+Green+Blue) = 39+51+18=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #273312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273312 is #D8CCED. Grayscale: #2B2B2B. Windows color (decimal): -14208238 or 1192743. OLE color: 1192743.

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

Color convert

RGB395118-
CMYK0.2400.650.8
HSL81.82º47.83%13.53%-
HSV(B)81.82º64.71%20%-
XYZ2.132.841.01-
YUV43.65113.52124.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=36.11%
G=47.22%
B=16.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951180.2400.650.881.8247.8313.53
Hex27331218041505230e
Octal4763223001011201226016
Binary100111110011100101100001000001101000010100101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273312; }

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

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

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

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

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

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

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

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