#273412

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

Shades of Pine Tree #273412

Tints of Pine Tree #273412

Color information

#273412 (or 0x273412) is unknown color: approx Pine Tree. HEX triplet: 27, 34 and 12. RGB value is (39,52,18). Sum of RGB (Red+Green+Blue) = 39+52+18=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #273412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273412 is #D8CBED. Grayscale: #2C2C2C. Windows color (decimal): -14207982 or 1192999. OLE color: 1192999.

HSL color Cylindrical-coordinate representation of color #273412: hue angle of 82.94º degrees, saturation: 0.49, 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 #273412 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB395218-
CMYK0.2500.650.80
HSL82.94º48.57%13.73%-
HSV(B)82.94º65.38%20.39%-
XYZ2.172.931.02-
YUV44.24113.19124.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=35.78%
G=47.71%
B=16.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952180.2500.650.8082.9448.5713.73
Hex27341219041505331e
Octal4764223101011201236116
Binary100111110100100101100101000001101000010100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273412; }

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

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

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

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

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

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

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

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