#263015

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

Shades of Pine Tree #263015

Tints of Pine Tree #263015

Color information

#263015 (or 0x263015) is unknown color: approx Pine Tree. HEX triplet: 26, 30 and 15. RGB value is (38,48,21). Sum of RGB (Red+Green+Blue) = 38+48+21=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #263015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263015 is #D9CFEA. Grayscale: #2A2A2A. Windows color (decimal): -14274539 or 1388582. OLE color: 1388582.

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

Color convert

RGB384821-
CMYK0.2100.560.81
HSL82.22º39.13%13.53%-
HSV(B)82.22º56.25%18.82%-
XYZ1.992.581.1-
YUV41.93116.19125.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=35.51%
G=44.86%
B=19.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3848210.2100.560.8182.2239.1313.53
Hex26301515038515227e
Octal466025250701211224716
Binary10011011000010101101010111000101000110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263015; }

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

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

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

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

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

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

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

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