#213510

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

Shades of Pine Tree #213510

Tints of Pine Tree #213510

Color information

#213510 (or 0x213510) is unknown color: approx Pine Tree. HEX triplet: 21, 35 and 10. RGB value is (33,53,16). Sum of RGB (Red+Green+Blue) = 33+53+16=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #213510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213510 is #DECAEF. Grayscale: #2A2A2A. Windows color (decimal): -14600944 or 1062177. OLE color: 1062177.

HSL color Cylindrical-coordinate representation of color #213510: hue angle of 92.43º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #213510 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB335316-
CMYK0.3800.700.79
HSL92.43º53.62%13.53%-
HSV(B)92.43º69.81%20.78%-
XYZ1.992.910.95-
YUV42.8112.87121.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 53 (21.09% from 255) = 51.96%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=32.35%
G=51.96%
B=15.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353160.3800.700.7992.4353.6213.53
Hex213510260464F5c36e
Octal4165204601061171346616
Binary1000011101011000010011001000110100111110111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213510; }

 p { color: rgb(33,53,16); }

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

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

 a { background-color: rgb(33,53,16); }

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

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

 span { border-color: rgb(33,53,16); }

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