#21261C

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

Shades of Pine Tree #21261C

Tints of Pine Tree #21261C

Color information

#21261C (or 0x21261C) is unknown color: approx Pine Tree. HEX triplet: 21, 26 and 1C. RGB value is (33,38,28). Sum of RGB (Red+Green+Blue) = 33+38+28=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 38 - color contains mainly: green. Hex color #21261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21261C is #DED9E3. Grayscale: #232323. Windows color (decimal): -14604772 or 1844769. OLE color: 1844769.

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

Color convert

RGB333828-
CMYK0.1300.260.85
HSL90º15.15%12.94%-
HSV(B)90º26.32%14.9%-
XYZ1.531.791.36-
YUV35.36123.84126.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 38.38%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=33.33%
G=38.38%
B=28.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338280.1300.260.859015.1512.94
Hex21261CD01A555afd
Octal414634150321251321715
Binary1000011001101110011010110101010101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21261C; }

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

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

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

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

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

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

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

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