#212A15

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

Shades of Pine Tree #212A15

Tints of Pine Tree #212A15

Color information

#212A15 (or 0x212A15) is unknown color: approx Pine Tree. HEX triplet: 21, 2A and 15. RGB value is (33,42,21). Sum of RGB (Red+Green+Blue) = 33+42+21=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #212A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A15 is #DED5EA. Grayscale: #242424. Windows color (decimal): -14603755 or 1387041. OLE color: 1387041.

HSL color Cylindrical-coordinate representation of color #212A15: hue angle of 85.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212A15 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB334221-
CMYK0.2100.500.84
HSL85.71º33.33%12.35%-
HSV(B)85.71º50%16.47%-
XYZ1.592.031.02-
YUV36.92119.02125.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 42 (16.80% from 255) = 43.75%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=34.38%
G=43.75%
B=21.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3342210.2100.500.8485.7133.3312.35
Hex212A1515032545621c
Octal415225250621241264114
Binary10000110101010101101010110010101010010101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212A15; }

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

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

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

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

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

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

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

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