#213200

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

Shades of Pine Tree #213200

Tints of Pine Tree #213200

Color information

#213200 (or 0x213200) is unknown color: approx Pine Tree. HEX triplet: 21, 32 and 00. RGB value is (33,50,0). Sum of RGB (Red+Green+Blue) = 33+50+0=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #213200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213200 is #DECDFF. Grayscale: #272727. Windows color (decimal): -14601728 or 12833. OLE color: 12833.

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

Color convert

RGB33500-
CMYK0.34010.80
HSL80.4º100%9.8%-
HSV(B)80.4º100%19.61%-
XYZ1.772.60.41-
YUV39.22105.87123.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 50 (19.92% from 255) = 60.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.76%
G=60.24%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal335000.34010.8080.41009.8
Hex2132022064505064a
Octal4162042014412012014412
Binary1000011100100100010011001001010000101000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213200; }

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

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

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

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

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

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

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

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