#213311

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

Shades of Pine Tree #213311

Tints of Pine Tree #213311

Color information

#213311 (or 0x213311) is unknown color: approx Pine Tree. HEX triplet: 21, 33 and 11. RGB value is (33,51,17). Sum of RGB (Red+Green+Blue) = 33+51+17=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #213311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213311 is #DECCEE. Grayscale: #292929. Windows color (decimal): -14601455 or 1127201. OLE color: 1127201.

HSL color Cylindrical-coordinate representation of color #213311: hue angle of 91.76º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213311 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB335117-
CMYK0.3500.670.8
HSL91.76º50%13.33%-
HSV(B)91.76º66.67%20%-
XYZ1.912.730.96-
YUV41.74114.04121.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=32.67%
G=50.50%
B=16.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351170.3500.670.891.765013.33
Hex21331123043505c32d
Octal4163214301031201346215
Binary1000011100111000110001101000011101000010111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213311; }

 p { color: rgb(33,51,17); }

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

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

 a { background-color: rgb(33,51,17); }

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

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

 span { border-color: rgb(33,51,17); }

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