#212815

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

Shades of Pine Tree #212815

Tints of Pine Tree #212815

Color information

#212815 (or 0x212815) is unknown color: approx Pine Tree. HEX triplet: 21, 28 and 15. RGB value is (33,40,21). Sum of RGB (Red+Green+Blue) = 33+40+21=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #212815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212815 is #DED7EA. Grayscale: #232323. Windows color (decimal): -14604267 or 1386529. OLE color: 1386529.

HSL color Cylindrical-coordinate representation of color #212815: hue angle of 82.11º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #212815 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB334021-
CMYK0.1700.480.84
HSL82.11º31.15%11.96%-
HSV(B)82.11º47.5%15.69%-
XYZ1.521.91-
YUV35.74119.68126.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 40 (16.02% from 255) = 42.55%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=35.11%
G=42.55%
B=22.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340210.1700.480.8482.1131.1511.96
Hex2128151103054521fc
Octal415025210601241223714
Binary1000011010001010110001011000010101001010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212815; }

 p { color: rgb(33,40,21); }

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

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

 a { background-color: rgb(33,40,21); }

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

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

 span { border-color: rgb(33,40,21); }

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