#263C10

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

Shades of Pine Tree #263C10

Tints of Pine Tree #263C10

Color information

#263C10 (or 0x263C10) is unknown color: approx Pine Tree. HEX triplet: 26, 3C and 10. RGB value is (38,60,16). Sum of RGB (Red+Green+Blue) = 38+60+16=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #263C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263C10 is #D9C3EF. Grayscale: #303030. Windows color (decimal): -14271472 or 1063974. OLE color: 1063974.

HSL color Cylindrical-coordinate representation of color #263C10: hue angle of 90º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #263C10 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB386016-
CMYK0.3700.730.76
HSL90º57.89%14.9%-
HSV(B)90º73.33%23.53%-
XYZ2.513.681.07-
YUV48.41109.71120.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 60 (23.83% from 255) = 52.63%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=33.33%
G=52.63%
B=14.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3860160.3700.730.769057.8914.9
Hex263C10250494C5a3af
Octal4674204501111141327217
Binary1001101111001000010010101001001100110010110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263C10; }

 p { color: rgb(38,60,16); }

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

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

 a { background-color: rgb(38,60,16); }

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

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

 span { border-color: rgb(38,60,16); }

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