#213100

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

Shades of Pine Tree #213100

Tints of Pine Tree #213100

Color information

#213100 (or 0x213100) is unknown color: approx Pine Tree. HEX triplet: 21, 31 and 00. RGB value is (33,49,0). Sum of RGB (Red+Green+Blue) = 33+49+0=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #213100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213100 is #DECEFF. Grayscale: #262626. Windows color (decimal): -14601984 or 12577. OLE color: 12577.

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

Color convert

RGB33490-
CMYK0.33010.81
HSL79.59º100%9.61%-
HSV(B)79.59º100%19.22%-
XYZ1.732.520.4-
YUV38.63106.2123.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 49 (19.53% from 255) = 59.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.24%
G=59.76%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal334900.33010.8179.591009.61
Hex2131021064515064a
Octal4161041014412112014412
Binary1000011100010100001011001001010001101000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213100; }

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

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

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

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

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

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

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

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