#263014

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

Shades of Pine Tree #263014

Tints of Pine Tree #263014

Color information

#263014 (or 0x263014) is unknown color: approx Pine Tree. HEX triplet: 26, 30 and 14. RGB value is (38,48,20). Sum of RGB (Red+Green+Blue) = 38+48+20=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #263014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263014 is #D9CFEB. Grayscale: #292929. Windows color (decimal): -14274540 or 1323046. OLE color: 1323046.

HSL color Cylindrical-coordinate representation of color #263014: hue angle of 81.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #263014 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB384820-
CMYK0.2100.580.81
HSL81.43º41.18%13.33%-
HSV(B)81.43º58.33%18.82%-
XYZ1.982.581.05-
YUV41.82115.69125.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=35.85%
G=45.28%
B=18.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3848200.2100.580.8181.4341.1813.33
Hex2630141503A515129d
Octal466024250721211215115
Binary10011011000010100101010111010101000110100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263014; }

 p { color: rgb(38,48,20); }

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

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

 a { background-color: rgb(38,48,20); }

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

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

 span { border-color: rgb(38,48,20); }

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