#262921

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

Shades of Pine Tree #262921

Tints of Pine Tree #262921

Color information

#262921 (or 0x262921) is unknown color: approx Pine Tree. HEX triplet: 26, 29 and 21. RGB value is (38,41,33). Sum of RGB (Red+Green+Blue) = 38+41+33=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 41 - color contains mainly: green. Hex color #262921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262921 is #D9D6DE. Grayscale: #272727. Windows color (decimal): -14276319 or 2173222. OLE color: 2173222.

HSL color Cylindrical-coordinate representation of color #262921: hue angle of 82.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #262921 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB384133-
CMYK0.0700.200.84
HSL82.5º10.81%14.51%-
HSV(B)82.5º19.51%16.08%-
XYZ1.872.111.75-
YUV39.19124.51127.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=33.93%
G=36.61%
B=29.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3841330.0700.200.8482.510.8114.51
Hex26292170145452bf
Octal46514170241241221317
Binary1001101010011000011110101001010100101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262921; }

 p { color: rgb(38,41,33); }

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

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

 a { background-color: rgb(38,41,33); }

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

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

 span { border-color: rgb(38,41,33); }

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