#273914

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

Shades of Pine Tree #273914

Tints of Pine Tree #273914

Color information

#273914 (or 0x273914) is unknown color: approx Pine Tree. HEX triplet: 27, 39 and 14. RGB value is (39,57,20). Sum of RGB (Red+Green+Blue) = 39+57+20=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #273914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273914 is #D8C6EB. Grayscale: #2F2F2F. Windows color (decimal): -14206700 or 1325351. OLE color: 1325351.

HSL color Cylindrical-coordinate representation of color #273914: hue angle of 89.19º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273914 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB395720-
CMYK0.3200.650.78
HSL89.19º48.05%15.1%-
HSV(B)89.19º64.91%22.35%-
XYZ2.433.411.19-
YUV47.4112.54122.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=33.62%
G=49.14%
B=17.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3957200.3200.650.7889.1948.0515.1
Hex273914200414E5930f
Octal4771244001011161316017
Binary1001111110011010010000001000001100111010110011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273914; }

 p { color: rgb(39,57,20); }

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

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

 a { background-color: rgb(39,57,20); }

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

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

 span { border-color: rgb(39,57,20); }

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