#26370D

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

Shades of Pine Tree #26370D

Tints of Pine Tree #26370D

Color information

#26370D (or 0x26370D) is unknown color: approx Pine Tree. HEX triplet: 26, 37 and 0D. RGB value is (38,55,13). Sum of RGB (Red+Green+Blue) = 38+55+13=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #26370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26370D is #D9C8F2. Grayscale: #2D2D2D. Windows color (decimal): -14272755 or 866086. OLE color: 866086.

HSL color Cylindrical-coordinate representation of color #26370D: hue angle of 84.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26370D is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB385513-
CMYK0.3100.760.78
HSL84.29º61.76%13.33%-
HSV(B)84.29º76.36%21.57%-
XYZ2.243.170.88-
YUV45.13109.87122.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 55 (21.88% from 255) = 51.89%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=35.85%
G=51.89%
B=12.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3855130.3100.760.7884.2961.7613.33
Hex2637D1F04C4E543ed
Octal4667153701141161247615
Binary10011011011111011111101001100100111010101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26370D; }

 p { color: rgb(38,55,13); }

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

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

 a { background-color: rgb(38,55,13); }

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

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

 span { border-color: rgb(38,55,13); }

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