#213213

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

Shades of Pine Tree #213213

Tints of Pine Tree #213213

Color information

#213213 (or 0x213213) is unknown color: approx Pine Tree. HEX triplet: 21, 32 and 13. RGB value is (33,50,19). Sum of RGB (Red+Green+Blue) = 33+50+19=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #213213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213213 is #DECDEC. Grayscale: #292929. Windows color (decimal): -14601709 or 1258017. OLE color: 1258017.

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

Color convert

RGB335019-
CMYK0.3400.620.80
HSL92.9º44.93%13.53%-
HSV(B)92.9º62%19.61%-
XYZ1.892.651.03-
YUV41.38115.37122.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=32.35%
G=49.02%
B=18.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350190.3400.620.8092.944.9313.53
Hex2132132203E505d2de
Octal416223420761201355516
Binary100001110010100111000100111110101000010111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213213; }

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

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

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

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

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

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

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

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