#26380F

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

Shades of Pine Tree #26380F

Tints of Pine Tree #26380F

Color information

#26380F (or 0x26380F) is unknown color: approx Pine Tree. HEX triplet: 26, 38 and 0F. RGB value is (38,56,15). Sum of RGB (Red+Green+Blue) = 38+56+15=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #26380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26380F is #D9C7F0. Grayscale: #2E2E2E. Windows color (decimal): -14272497 or 997414. OLE color: 997414.

HSL color Cylindrical-coordinate representation of color #26380F: hue angle of 86.34º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26380F is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB385615-
CMYK0.3200.730.78
HSL86.34º57.75%13.92%-
HSV(B)86.34º73.21%21.96%-
XYZ2.33.270.96-
YUV45.94110.54122.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=34.86%
G=51.38%
B=13.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3856150.3200.730.7886.3457.7513.92
Hex2638F200494E563ae
Octal4670174001111161267216
Binary100110111000111110000001001001100111010101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26380F; }

 p { color: rgb(38,56,15); }

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

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

 a { background-color: rgb(38,56,15); }

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

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

 span { border-color: rgb(38,56,15); }

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