#262725

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

Shades of Pine Tree #262725

Tints of Pine Tree #262725

Color information

#262725 (or 0x262725) is unknown color: approx Pine Tree. HEX triplet: 26, 27 and 25. RGB value is (38,39,37). Sum of RGB (Red+Green+Blue) = 38+39+37=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 39 - color contains mainly: green. Hex color #262725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262725 is #D9D8DA. Grayscale: #262626. Windows color (decimal): -14276827 or 2434854. OLE color: 2434854.

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

Color convert

RGB383937-
CMYK0.0300.050.85
HSL90º2.63%14.9%-
HSV(B)90º5.13%15.29%-
XYZ1.8622.04-
YUV38.47127.17127.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=33.33%
G=34.21%
B=32.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3839370.0300.050.85902.6314.9
Hex262725305555a3f
Octal464745305125132317
Binary10011010011110010111010110101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262725; }

 p { color: rgb(38,39,37); }

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

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

 a { background-color: rgb(38,39,37); }

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

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

 span { border-color: rgb(38,39,37); }

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