#212914

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

Shades of Pine Tree #212914

Tints of Pine Tree #212914

Color information

#212914 (or 0x212914) is unknown color: approx Pine Tree. HEX triplet: 21, 29 and 14. RGB value is (33,41,20). Sum of RGB (Red+Green+Blue) = 33+41+20=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #212914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212914 is #DED6EB. Grayscale: #242424. Windows color (decimal): -14604012 or 1321249. OLE color: 1321249.

HSL color Cylindrical-coordinate representation of color #212914: hue angle of 82.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212914 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB334120-
CMYK0.2000.510.84
HSL82.86º34.43%11.96%-
HSV(B)82.86º51.22%16.08%-
XYZ1.551.960.96-
YUV36.21118.85125.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=35.11%
G=43.62%
B=21.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341200.2000.510.8482.8634.4311.96
Hex21291414033545322c
Octal415124240631241234214
Binary10000110100110100101000110011101010010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212914; }

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

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

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

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

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

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

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

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