#213410

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

Shades of Pine Tree #213410

Tints of Pine Tree #213410

Color information

#213410 (or 0x213410) is unknown color: approx Pine Tree. HEX triplet: 21, 34 and 10. RGB value is (33,52,16). Sum of RGB (Red+Green+Blue) = 33+52+16=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #213410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213410 is #DECBEF. Grayscale: #2A2A2A. Windows color (decimal): -14601200 or 1061921. OLE color: 1061921.

HSL color Cylindrical-coordinate representation of color #213410: hue angle of 91.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213410 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB335216-
CMYK0.3700.690.80
HSL91.67º52.94%13.33%-
HSV(B)91.67º69.23%20.39%-
XYZ1.952.820.93-
YUV42.22113.21121.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 52 (20.70% from 255) = 51.49%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=32.67%
G=51.49%
B=15.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352160.3700.690.8091.6752.9413.33
Hex21341025045505c35d
Octal4164204501051201346515
Binary1000011101001000010010101000101101000010111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213410; }

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

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

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

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

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

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

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

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