#263212

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

Shades of Pine Tree #263212

Tints of Pine Tree #263212

Color information

#263212 (or 0x263212) is unknown color: approx Pine Tree. HEX triplet: 26, 32 and 12. RGB value is (38,50,18). Sum of RGB (Red+Green+Blue) = 38+50+18=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #263212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263212 is #D9CDED. Grayscale: #2A2A2A. Windows color (decimal): -14274030 or 1192486. OLE color: 1192486.

HSL color Cylindrical-coordinate representation of color #263212: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263212 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB385018-
CMYK0.2400.640.80
HSL82.5º47.06%13.33%-
HSV(B)82.5º64%19.61%-
XYZ2.052.740.99-
YUV42.76114.02124.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=35.85%
G=47.17%
B=16.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850180.2400.640.8082.547.0613.33
Hex2632121804050522fd
Octal4662223001001201225715
Binary100110110010100101100001000000101000010100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263212; }

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

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

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

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

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

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

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

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