#263412

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

Shades of Pine Tree #263412

Tints of Pine Tree #263412

Color information

#263412 (or 0x263412) is unknown color: approx Pine Tree. HEX triplet: 26, 34 and 12. RGB value is (38,52,18). Sum of RGB (Red+Green+Blue) = 38+52+18=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #263412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263412 is #D9CBED. Grayscale: #2C2C2C. Windows color (decimal): -14273518 or 1192998. OLE color: 1192998.

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

Color convert

RGB385218-
CMYK0.2700.650.80
HSL84.71º48.57%13.73%-
HSV(B)84.71º65.38%20.39%-
XYZ2.142.911.02-
YUV43.94113.36123.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=35.19%
G=48.15%
B=16.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852180.2700.650.8084.7148.5713.73
Hex2634121B041505531e
Octal4664223301011201256116
Binary100110110100100101101101000001101000010101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263412; }

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

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

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

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

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

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

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

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