#21261D

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

Shades of Pine Tree #21261D

Tints of Pine Tree #21261D

Color information

#21261D (or 0x21261D) is unknown color: approx Pine Tree. HEX triplet: 21, 26 and 1D. RGB value is (33,38,29). Sum of RGB (Red+Green+Blue) = 33+38+29=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 38 - color contains mainly: green. Hex color #21261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21261D is #DED9E2. Grayscale: #232323. Windows color (decimal): -14604771 or 1910305. OLE color: 1910305.

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

Color convert

RGB333829-
CMYK0.1300.240.85
HSL93.33º13.43%13.14%-
HSV(B)93.33º23.68%14.9%-
XYZ1.541.81.43-
YUV35.48124.34126.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 29 (11.72% from 255) = 29%
R=33%
G=38%
B=29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338290.1300.240.8593.3313.4313.14
Hex21261DD018555ddd
Octal414635150301251351515
Binary1000011001101110111010110001010101101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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