#26390A

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

Shades of Pine Tree #26390A

Tints of Pine Tree #26390A

Color information

#26390A (or 0x26390A) is unknown color: approx Pine Tree. HEX triplet: 26, 39 and 0A. RGB value is (38,57,10). Sum of RGB (Red+Green+Blue) = 38+57+10=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #26390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26390A is #D9C6F5. Grayscale: #2E2E2E. Windows color (decimal): -14272246 or 669990. OLE color: 669990.

HSL color Cylindrical-coordinate representation of color #26390A: hue angle of 84.26º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26390A is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB385710-
CMYK0.3300.820.78
HSL84.26º70.15%13.14%-
HSV(B)84.26º82.46%22.35%-
XYZ2.323.360.81-
YUV45.96107.71122.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=36.19%
G=54.29%
B=9.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3857100.3300.820.7884.2670.1513.14
Hex2639A210524E5446d
Octal46711241012211612410615
Binary1001101110011010100001010100101001110101010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26390A; }

 p { color: rgb(38,57,10); }

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

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

 a { background-color: rgb(38,57,10); }

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

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

 span { border-color: rgb(38,57,10); }

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