#213505

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

Shades of Pine Tree #213505

Tints of Pine Tree #213505

Color information

#213505 (or 0x213505) is unknown color: approx Pine Tree. HEX triplet: 21, 35 and 05. RGB value is (33,53,5). Sum of RGB (Red+Green+Blue) = 33+53+5=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #213505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213505 is #DECAFA. Grayscale: #292929. Windows color (decimal): -14600955 or 341281. OLE color: 341281.

HSL color Cylindrical-coordinate representation of color #213505: hue angle of 85º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #213505 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB33535-
CMYK0.3800.910.79
HSL85º82.76%11.37%-
HSV(B)85º90.57%20.78%-
XYZ1.932.880.6-
YUV41.55107.37121.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 53 (21.09% from 255) = 58.24%
BLUE value IS 5 (2.34% from 255) = 5.49%
R=36.26%
G=58.24%
B=5.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal335350.3800.910.798582.7611.37
Hex213552605B4F5553b
Octal4165546013311712512313
Binary100001110101101100110010110111001111101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213505; }

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

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

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

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

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

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

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

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