#213214

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

Shades of Pine Tree #213214

Tints of Pine Tree #213214

Color information

#213214 (or 0x213214) is unknown color: approx Pine Tree. HEX triplet: 21, 32 and 14. RGB value is (33,50,20). Sum of RGB (Red+Green+Blue) = 33+50+20=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #213214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213214 is #DECDEB. Grayscale: #292929. Windows color (decimal): -14601708 or 1323553. OLE color: 1323553.

HSL color Cylindrical-coordinate representation of color #213214: hue angle of 94º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213214 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB335020-
CMYK0.3400.600.80
HSL94º42.86%13.73%-
HSV(B)94º60%19.61%-
XYZ1.892.661.07-
YUV41.5115.87121.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=32.04%
G=48.54%
B=19.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350200.3400.600.809442.8613.73
Hex2132142203C505e2be
Octal416224420741201365316
Binary100001110010101001000100111100101000010111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213214; }

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

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

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

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

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

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

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

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