#262824

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

Shades of Pine Tree #262824

Tints of Pine Tree #262824

Color information

#262824 (or 0x262824) is unknown color: approx Pine Tree. HEX triplet: 26, 28 and 24. RGB value is (38,40,36). Sum of RGB (Red+Green+Blue) = 38+40+36=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 40 - color contains mainly: green. Hex color #262824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262824 is #D9D7DB. Grayscale: #262626. Windows color (decimal): -14276572 or 2369574. OLE color: 2369574.

HSL color Cylindrical-coordinate representation of color #262824: hue angle of 90º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #262824 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB384036-
CMYK0.0500.100.84
HSL90º5.26%14.9%-
HSV(B)90º10%15.69%-
XYZ1.882.061.97-
YUV38.95126.34127.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=33.33%
G=35.09%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3840360.0500.100.84905.2614.9
Hex26282450A545a5f
Octal4650445012124132517
Binary10011010100010010010101010101010010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262824; }

 p { color: rgb(38,40,36); }

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

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

 a { background-color: rgb(38,40,36); }

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

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

 span { border-color: rgb(38,40,36); }

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