#263116

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

Shades of Pine Tree #263116

Tints of Pine Tree #263116

Color information

#263116 (or 0x263116) is unknown color: approx Pine Tree. HEX triplet: 26, 31 and 16. RGB value is (38,49,22). Sum of RGB (Red+Green+Blue) = 38+49+22=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #263116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263116 is #D9CEE9. Grayscale: #2A2A2A. Windows color (decimal): -14274282 or 1454374. OLE color: 1454374.

HSL color Cylindrical-coordinate representation of color #263116: hue angle of 84.44º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263116 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB384922-
CMYK0.2200.550.81
HSL84.44º38.03%13.92%-
HSV(B)84.44º55.1%19.22%-
XYZ2.042.671.17-
YUV42.63116.36124.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=34.86%
G=44.95%
B=20.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849220.2200.550.8184.4438.0313.92
Hex26311616037515426e
Octal466126260671211244616
Binary10011011000110110101100110111101000110101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263116; }

 p { color: rgb(38,49,22); }

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

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

 a { background-color: rgb(38,49,22); }

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

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

 span { border-color: rgb(38,49,22); }

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