#263312

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

Shades of Pine Tree #263312

Tints of Pine Tree #263312

Color information

#263312 (or 0x263312) is unknown color: approx Pine Tree. HEX triplet: 26, 33 and 12. RGB value is (38,51,18). Sum of RGB (Red+Green+Blue) = 38+51+18=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #263312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263312 is #D9CCED. Grayscale: #2B2B2B. Windows color (decimal): -14273774 or 1192742. OLE color: 1192742.

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

Color convert

RGB385118-
CMYK0.2500.650.8
HSL83.64º47.83%13.53%-
HSV(B)83.64º64.71%20%-
XYZ2.092.821.01-
YUV43.35113.69124.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=35.51%
G=47.66%
B=16.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3851180.2500.650.883.6447.8313.53
Hex26331219041505430e
Octal4663223101011201246016
Binary100110110011100101100101000001101000010101001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263312; }

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

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

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

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

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

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

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

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